summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-12-03 11:12:43 +0100
committerMurray Cumming <murrayc@murrayc.com>2014-12-03 11:55:43 +0100
commit64dd48d19dca7408dfe4d11520418188c3e1ded7 (patch)
tree2d8149572cf37b111c8c4426b80d76baef671f9e /configure.ac
parent214f3c5bd37a72fb8fa4f163b63e9ac1f40b9aa0 (diff)
downloadglibmm-64dd48d19dca7408dfe4d11520418188c3e1ded7.tar.gz
2.43.12.43.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 a8ea03ed..6a22c4e2 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.42.0],
+AC_INIT([glibmm], [2.43.1],
[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.42.0'
+glibreq='2.0 >= 2.43.1'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"