[libgit2-glib] Release 1.0.0.1



commit 391b764ac7e2915ed564f5e144cfdb1ae51fbc4e
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu Dec 23 03:21:52 2021 +0100

    Release 1.0.0.1

 NEWS        | 4 ++++
 README      | 4 ++--
 meson.build | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index dc0c8f0..03e1465 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 1.0.0.1
+---------------
+* Fix deprecation
+
 News in 1.0.0
 -------------
 * Allow diff without repository
diff --git a/README b/README
index ff9894a..38691c9 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-1.0.0.tar.xz     # unpack the sources
-  % cd libgit2-glib-1.0.0                 # change to the toplevel directory
+  % tar Jxf libgit2-glib-1.0.0.1.tar.xz   # unpack the sources
+  % cd libgit2-glib-1.0.0.1               # 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 a32c91f..ddac357 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libgit2-glib', 'c',
-  version: '1.0.0',
+  version: '1.0.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]