summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-06-30 09:31:00 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-06-30 09:31:00 +0200
commita8f22f4369b8e7630d623f61a003a3cacf1cbc97 (patch)
tree79b3e28e881525a6278a454501bfd0fbcebb3317 /configure.ac
parent67f41eef515326268c576ec5cfd56c40c726ddf1 (diff)
downloadglibmm-a8f22f4369b8e7630d623f61a003a3cacf1cbc97.tar.gz
2.45.32.45.3
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 e854d810..57128644 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.2],
+AC_INIT([glibmm], [2.45.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -60,7 +60,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.44.0'
+glibreq='2.0 >= 2.45.3'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"