summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-12-18 11:42:56 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-12-18 11:43:43 +0100
commit42a47cb78e4815da6d6ebccafda864326fcdd22c (patch)
tree8a0697fa3ef0bf397f039960dd39205652feeec3 /configure.ac
parent38fd0d5f90683075955a36ce7df7a77d689a34e1 (diff)
downloadglibmm-42a47cb78e4815da6d6ebccafda864326fcdd22c.tar.gz
2.47.42.47.4
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 57e90d54..77e92f14 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.47.3.1],
+AC_INIT([glibmm], [2.47.4],
[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.46.0'
+glibreq='2.0 >= 2.47.4'
GLIBMM_MODULES="sigc++-2.0 >= 2.6.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"