summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-02-21 12:36:08 +0100
committerMurray Cumming <murrayc@murrayc.com>2013-02-21 12:36:08 +0100
commit8a3f2733ede5871ad98157a96c1ceb73794ebf2d (patch)
treea59ed2339fa11489e25b795777f33d1471fd438d /configure.ac
parenta1565a33021e78d384babcf9a5c84a1351ab1c62 (diff)
downloadglibmm-8a3f2733ede5871ad98157a96c1ceb73794ebf2d.tar.gz
2.35.82.35.8
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 1e3545bf..3daade8c 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.34.0],
+AC_INIT([glibmm], [2.35.8],
[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.34.0'
+glibreq='2.0 >= 2.35.8'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"