[gitg] Release version 3.26



commit 096e96e3d13f50cd6de8b289a54362d54f502810
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Wed Aug 9 17:59:16 2017 +0200

    Release version 3.26

 NEWS         |    9 ++++++++-
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8a2bee8..f8000cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
+= gitg 3.26.0 =
+Version 3.26.0 was released on 2017-08-09
+
+== Bugs fixed ==
+- Updated translations
+- Misc fixes
+
 = gitg 3.24.0 =
-Version 3.20.0 was released on 2017-04-30
+Version 3.24.0 was released on 2017-04-30
 
 == Bugs fixed ==
 - Updated translations
diff --git a/README b/README
index 3716d17..f014037 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.24.0.
+The latest version of gitg is 3.26.0.
 
 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.1.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.26.0.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.24.0.tar.xz
-       $ cd gitg-3.24.0
+       $ tar Jxf gitg-3.26.0.tar.xz
+       $ cd gitg-3.26.0
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index d6bcf49..c31de3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ 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, 24)
+m4_define(gitg_minor_version, 26)
 m4_define(gitg_micro_version, 0)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 


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