[libgit2-glib/release-0.99.0.1] Release 0.99.0.1




commit 9ee6d9a7317d367e99bbba7c4601205e003173e3
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Wed Feb 26 11:21:55 2020 +0100

    Release 0.99.0.1

 NEWS        |  6 ++++++
 README      | 10 +++++-----
 meson.build |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9c06780..bed3d6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 0.99.0.1
+----------------
+* git_merge: fix their_heads_length parameter
+* Use correct free functions
+* detect libgit2 version
+
 News in 0.99.0
 --------------
 * Detect libgit2 version
diff --git a/README b/README
index afffccd..8fb9915 100644
--- a/README
+++ b/README
@@ -20,11 +20,11 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.99.0.tar.xz  # unpack the sources
-  % cd libgit2-glib-0.99.0              # change to the toplevel directory
-  % meson builddir                      # run meson
-  % ninja -C builddir                   # build libgit2-glib
+  % tar Jxf libgit2-glib-0.99.0.1.tar.xz  # unpack the sources
+  % cd libgit2-glib-0.99.0.1              # change to the toplevel directory
+  % meson builddir                        # run meson
+  % ninja -C builddir                     # build libgit2-glib
   # [ Become root if necessary ]
-  % ninja -C builddir install           # install libgit2-glib
+  % ninja -C builddir install             # install libgit2-glib
 
 See the file 'INSTALL' for more detailed information.
diff --git a/meson.build b/meson.build
index 6d314b5..a36b606 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libgit2-glib', 'c',
-  version: '0.99.0',
+  version: '0.99.0.1',
   default_options: 'buildtype=debugoptimized',
   license: 'LGPL2+',
   meson_version: '>= 0.49.0',


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