[gitg] Release 3.16.1



commit 5d85e7e32dcebb342f09cb7e3495fc717bec4713
Author: Garrett Regier <garrettregier gmail com>
Date:   Wed Apr 29 15:54:44 2015 -0400

    Release 3.16.1

 NEWS         |    7 +++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 028b379..8a1f225 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+= gitg 3.16.1 =
+Version 3.16.1 was released on 2015-04-29
+
+== Changes ==
+  * Include passed in cflags for threading support check
+  * Updated translations
+
 = gitg 3.16.0 =
 Version 3.16.0 was released on 2015-03-24
 
diff --git a/README b/README
index 520302e..b96ddb2 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.16.0.
+The latest version of gitg is 3.16.1.
 
 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.16.0.tar.xz
-       $ cd gitg-3.16.0
+       $ tar Jxf gitg-3.16.1.tar.xz
+       $ cd gitg-3.16.1
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 5026655..76965fd 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, 16)
-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]