[gitg/gitg-0-2] Release 0.2.7



commit 69ca5e6d0011f34f255e58480502756e2508f4e6
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Apr 5 13:25:53 2013 +0200

    Release 0.2.7

 NEWS         |    6 ++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index bbfe04e..3112482 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+= gitg 0.2.7 =
+Version 0.2.7 was released on 2013-04-05
+
+== Bug fixes ==
+  * Fix crash at startup.
+
 = gitg 0.2.6 =
 Version 0.2.6 was released on 2013-03-28
 
diff --git a/README b/README
index 7c1b433..51d4283 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
 convenient tool to visualize git history and actions that benefit from a
 graphical presentation.
 
-The latest version of gitg is 0.2.6.
+The latest version of gitg is 0.2.7.
 
 Website:      http://trac.novowork.com/gitg
 Bugs:         http://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -15,8 +15,8 @@ To install the latest version of gitg, make sure to download gitg-0.1.2.tar.bz2
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-0.2.6.tar.xz
-       $ cd gitg-0.2.6
+       $ tar Jxf gitg-0.2.7.tar.xz
+       $ cd gitg-0.2.7
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index e80d51a..706d8be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define(gitg_major_version, 0)
 m4_define(gitg_minor_version, 2)
-m4_define(gitg_micro_version, 6)
+m4_define(gitg_micro_version, 7)
 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]