summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-09-20 10:39:06 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-09-20 10:39:06 +0200
commitcf798ba21055d05044302561353d3abd0c9615a1 (patch)
tree545543b9ff8f17a3c95ed1e9ac60e3d215144624
parent5eef67fa6dd5fc0caf506938918c41caac5b0928 (diff)
downloadglibmm-cf798ba21055d05044302561353d3abd0c9615a1.tar.gz
2.49.72.50.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ff6e6748..cdad1418 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.50.0:
+
+No changes since 2.49.7.
+
2.49.7:
Gio
diff --git a/configure.ac b/configure.ac
index b69370a0..671c13e5 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.49.7],
+AC_INIT([glibmm], [2.50.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.49.7'
+glibreq='2.0 >= 2.50.0'
GLIBMM_MODULES="sigc++-2.0 >= 2.9.1 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"