[gtkmm-documentation] 3.12.0



commit 65a96c653fbcaa8cfb6b48998c21b9db6645f12e
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 14 10:37:35 2014 +0200

    3.12.0

 NEWS         |    2 +-
 configure.ac |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index bba4fbf..7785bbb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-3.10.0:
+3.12.0:
 
 * Added Gtk::ActionBar.
   (Juan R. GarcĂ­a Blanco)
diff --git a/configure.ac b/configure.ac
index 874d18f..7f1f3b9 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], [3.10.0],
+AC_INIT([gtkmm-documentation], [3.12.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -20,7 +20,7 @@ AC_PATH_PROG([PERL], [perl], [perl])
 AC_PROG_SED
 
 PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.40.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.10.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.12.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]