diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-06-08 10:37:19 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-06-08 10:37:19 +0200 |
commit | d5896a69aef6c7e96059279e43ced7fec9d4eea6 (patch) | |
tree | cbcfa0b2a23fc23aac839dcde953bf8933216fae /configure.ac | |
parent | 6de4cf8d608cb3a4b24e8643008c5881b3928e38 (diff) | |
download | glibmm-d5896a69aef6c7e96059279e43ced7fec9d4eea6.tar.gz |
2.25.12.25.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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" |