summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-08-22 18:07:16 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-08-22 18:07:16 +0200
commitad4b58fcad042a4efcd3518bbefd3736ea02dd96 (patch)
tree6a554917ea06c3a50e96ce23fe96839a4347fb25
parent953a8329387aa8cf95e84abfa9ee135b4ac99a03 (diff)
downloadglibmm-ad4b58fcad042a4efcd3518bbefd3736ea02dd96.tar.gz
2.41.32.41.3
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 45abaec8..09a8d700 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.41.3 (unstable):
+
+
2.41.2 (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index d7f68516..8afa0ca1 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.41.2],
+AC_INIT([glibmm], [2.41.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.41.0'
+glibreq='2.0 >= 2.41.3'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"