[gtkmm-documentation] 3.0.0



commit 702b1d1c2b18922e527ed22d06057e759a1b945c
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 6 16:07:36 2011 +0200

    3.0.0

 ChangeLog    |    5 +++++
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 80b0bc3..939f21b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+3.0.0:
+
+Increase the version to make this show up as stable/ on library.gnome.org
+(developer.gnome.org)
+
 2.99.4:
 
 2011-03-31  Murray Cumming  <murrayc murrayc com>
diff --git a/NEWS b/NEWS
index f862357..ca140ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+3.0.0 (stable):
+
+Just a version increase.
+
 2.99.4: (unstable):
 
 * Remove use of Gtk::Application because it was removed from gtkmm 3.0.
diff --git a/configure.ac b/configure.ac
index 484d2c0..a03dfe8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 ## This file is part of gtkmm-documentation.
 
 AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [2.99.4],
+AC_INIT([gtkmm-documentation], [3.0.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -19,7 +19,7 @@ AC_PROG_CXX
 AC_PATH_PROG([PERL], [perl], [perl])
 
 PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.24.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 2.99.3])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.0.0])
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 
 AC_LANG([C++])



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