[gitg] Post release version bump



commit a27d81500b36cb3069f2293cc4328fc7af98fb52
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat Nov 26 14:29:40 2016 +0100

    Post release version bump

 README       |    8 ++++----
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index b5cf39a..b2d0396 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ fast and convenient tool to visualize the history of git repositories.
 Besides visualization, gitg also provides several utilities to manage your
 repository and commit your work.
 
-The latest version of gitg is 3.23.0.
+The latest version of gitg is 3.23.1.
 
 Website:      https://wiki.gnome.org/Apps/Gitg
 Bugs:         https://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -12,12 +12,12 @@ Download:     http://download.gnome.org/sources/gitg/
 Mailing list: http://mail.gnome.org/mailman/listinfo/gitg-list
 
 = Installing gitg =
-To install the latest version of gitg, make sure to download gitg-3.23.0.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.23.1.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.23.0.tar.xz
-       $ cd gitg-3.23.0
+       $ tar Jxf gitg-3.23.1.tar.xz
+       $ cd gitg-3.23.1
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 8f688d9..e43ac0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define(gitg_major_version, 3)
 m4_define(gitg_minor_version, 23)
-m4_define(gitg_micro_version, 0)
+m4_define(gitg_micro_version, 1)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT([gitg],


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