summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-06-08 10:37:19 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-06-08 10:37:19 +0200
commitd5896a69aef6c7e96059279e43ced7fec9d4eea6 (patch)
treecbcfa0b2a23fc23aac839dcde953bf8933216fae /configure.ac
parent6de4cf8d608cb3a4b24e8643008c5881b3928e38 (diff)
downloadglibmm-d5896a69aef6c7e96059279e43ced7fec9d4eea6.tar.gz
2.25.12.25.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d9968792..865f67b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([glibmm], [2.24.1],
+AC_INIT([glibmm], [2.25.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -57,7 +57,7 @@ AS_IF([test "x$enable_static" = xyes],
AC_DEFINE([GIOMM_STATIC_LIB], [1], [Define if giomm is built as a static library])
])
-glibreq='2.0 >= 2.25.7'
+glibreq='2.0 >= 2.25.8'
GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"