[gitg] Release 3.16.0



commit db7e049f7735ed96e99248e87c033a15a1f199c4
Author: Garrett Regier <garrettregier gmail com>
Date:   Tue Mar 24 01:27:31 2015 -0700

    Release 3.16.0

 NEWS         |    6 ++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7388372..028b379 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+= gitg 3.16.0 =
+Version 3.16.0 was released on 2015-03-24
+
+== Changes ==
+  * Updated translations
+
 = gitg 3.15.2 =
 Version 3.15.2 was released on 2015-03-17
 
diff --git a/README b/README
index 9d3d930..520302e 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.15.2.
+The latest version of gitg is 3.16.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.14.0.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.15.2.tar.xz
-       $ cd gitg-3.15.2
+       $ tar Jxf gitg-3.16.0.tar.xz
+       $ cd gitg-3.16.0
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 945c862..990b01c 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, 15)
-m4_define(gitg_micro_version, 2)
+m4_define(gitg_minor_version, 16)
+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]