summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-09-03 18:32:27 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-09-03 18:38:38 +0200
commitbb84ab2ca601b59acb16075d7821ca65bba9c9b0 (patch)
treed68e2a86f4b2210ce2802d9cec798d29ce3347e8 /configure.ac
parenta0c02603cc9810e1361f71cb0ad2cb7fc4cf10a4 (diff)
downloadglibmm-bb84ab2ca601b59acb16075d7821ca65bba9c9b0.tar.gz
2.45.702.45.70
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 0f48daf6..bca54c13 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.45.52],
+AC_INIT([glibmm], [2.45.70],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -62,7 +62,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.45.5'
+glibreq='2.0 >= 2.45.7'
GLIBMM_MODULES="sigc++-2.0 >= 2.5.4 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"