[gitg] Release 3.24.0



commit 73155d590d2ba601e72744e3c3a263c6acd728c9
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Apr 30 13:48:28 2017 +0200

    Release 3.24.0

 NEWS         |    7 +++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 20e2339..8a2bee8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+= gitg 3.24.0 =
+Version 3.20.0 was released on 2017-04-30
+
+== Bugs fixed ==
+- Updated translations
+- Misc fixes
+
 = gitg 3.23.90 =
 Version 3.23.90 was released on 2017-02-16
 
diff --git a/README b/README
index b2d0396..3716d17 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.1.
+The latest version of gitg is 3.24.0.
 
 Website:      https://wiki.gnome.org/Apps/Gitg
 Bugs:         https://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -16,8 +16,8 @@ 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.1.tar.xz
-       $ cd gitg-3.23.1
+       $ tar Jxf gitg-3.24.0.tar.xz
+       $ cd gitg-3.24.0
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index d61cdae..7198dcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 
 m4_define(gitg_major_version, 3)
-m4_define(gitg_minor_version, 23)
-m4_define(gitg_micro_version, 90)
+m4_define(gitg_minor_version, 24)
+m4_define(gitg_micro_version, 0)
 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]