[libgit2-glib] Release 0.30.0



commit 15b1ef05e20b78d57a6344c54dff3f10a1fb3009
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Wed Oct 10 21:21:06 2018 +0200

    Release 0.30.0

 NEWS        | 5 +++++
 README      | 4 ++--
 meson.build | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b1cc5e2..dd16860 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 0.30.0
+--------------
+* Compatibility with libgit2 0.27
+* pkg-config generation bug, wrong format used in meson.build
+
 News in 0.26.4
 --------------
 * Make meson the official build system
diff --git a/README b/README
index 4cfcbdf..1d2198e 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.26.4.tar.xz         # unpack the sources
-  % cd libgit2-glib-0.26.4                     # change to the toplevel directory
+  % tar Jxf libgit2-glib-0.30.0.tar.xz         # unpack the sources
+  % cd libgit2-glib-0.30.0                     # change to the toplevel directory
   % meson builddir                             # run meson
   % ninja -C builddir                          # build libgit2-glib
   [ Become root if necessary ]
diff --git a/meson.build b/meson.build
index d82acdc..57f7e8e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libgit2-glib', 'c',
-        version: '0.26.4',
+        version: '0.30.0',
         default_options: [
           'buildtype=debugoptimized'
         ],


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