summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-28 11:53:48 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-03-28 11:58:34 +0200
commit65d87a5c951e07e5dee41453fe53b5433c05bcca (patch)
tree6ebcb1adc3494265c417bfda3007d14187144fed
parent7e9ddc40a225b11dd046304307b6632bca04110e (diff)
downloadglibmm-65d87a5c951e07e5dee41453fe53b5433c05bcca.tar.gz
2.48.02.48.0
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 12af8318..52a001e7 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.92],
+AC_INIT([glibmm], [2.48.0],
[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.47.92'
+glibreq='2.0 >= 2.48.0'
GLIBMM_MODULES="sigc++-2.0 >= 2.8.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"