[libgit2-glib] Release 0.0.20



commit 2eb60211840bb8cc29397c97f5f5d6206ad6ff8b
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jul 24 15:20:55 2014 +0200

    Release 0.0.20

 NEWS         |    6 ++++++
 README       |    4 ++--
 configure.ac |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 03e086b..7ed0fa1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 0.0.20
+--------------
+* More API support
+* Added vala bindings
+* Fixes to build on win32
+
 News in 0.0.18
 --------------
 * Add checkout API
diff --git a/README b/README
index 81d5d13..d77fe24 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.0.18.tar.xz         # unpack the sources
-  % cd libgit2-glib-0.0.18                     # change to the toplevel directory
+  % tar Jxf libgit2-glib-0.0.20.tar.xz         # unpack the sources
+  % cd libgit2-glib-0.0.20                     # change to the toplevel directory
   % ./configure                                        # run the `configure' script
   % make                                       # build libgit2-glib
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 733f82f..e19608d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
 
 m4_define(libgit2_glib_major_version,  0)
 m4_define(libgit2_glib_minor_version,  0)
-m4_define(libgit2_glib_micro_version, 19)
+m4_define(libgit2_glib_micro_version, 20)
 m4_define(libgit2_glib_version, 
libgit2_glib_major_version.libgit2_glib_minor_version.libgit2_glib_micro_version)
 
 AC_INIT([libgit2-glib],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]