[gitg/gnome-3-22] Release version 3.22.0
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/gnome-3-22] Release version 3.22.0
- Date: Sun, 18 Sep 2016 12:06:51 +0000 (UTC)
commit 226d5f03f8873a7a8bdaa1984036096604eae078
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Sun Sep 18 14:02:29 2016 +0200
Release version 3.22.0
NEWS | 3 +++
README | 8 ++++----
configure.ac | 4 ++--
3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index e0bc8ea..9b9bdef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+= gitg 3.22.0 =
+Version 3.22.0 was released on 2016-09-18
+
= gitg 3.21.92 =
Version 3.21.92 was released on 2016-09-12
diff --git a/README b/README
index a265298..e9b365f 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.21.92.
+The latest version of gitg is 3.22.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.21.92.0.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.22.0.tar.xz
from the download site. After downloading the following procedure installs
gitg:
- $ tar Jxf gitg-3.21.92.0.tar.xz
- $ cd gitg-3.21.92.0
+ $ tar Jxf gitg-3.22.0.tar.xz
+ $ cd gitg-3.22.0
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index 84603d4..dc96153 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, 21)
-m4_define(gitg_micro_version, 92)
+m4_define(gitg_minor_version, 22)
+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]