[libgit2-glib] Release 0.23.10



commit e3816015a17a30db439e1a7d7754edf05986a8c7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Feb 5 17:21:43 2016 +0100

    Release 0.23.10

 NEWS         |    5 +++++
 README       |    4 ++--
 configure.ac |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0934ac2..7809b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 0.23.10
+--------------
+* Protected against empty signature
+* Do not mandatorily require gtkdocize
+
 News in 0.23.8
 --------------
 * Misc bugfixing
diff --git a/README b/README
index 07bccf7..f659ad2 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.23.8.tar.xz         # unpack the sources
-  % cd libgit2-glib-0.23.8                     # change to the toplevel directory
+  % tar Jxf libgit2-glib-0.23.10.tar.xz                # unpack the sources
+  % cd libgit2-glib-0.23.10                    # 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 99b8b97..7ee6bd1 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, 23)
-m4_define(libgit2_glib_micro_version, 9)
+m4_define(libgit2_glib_micro_version, 10)
 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]