summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-02-01 09:44:16 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-02-01 09:44:16 +0100
commitde5bdc0a8fb901330eff27aedd8950ca858e737c (patch)
treeb240ef24ce88de85984ee60b5654bf2c4de9105c /configure.ac
parentad59743628383374a590508d474ae81fbb74b6cd (diff)
downloadglibmm-de5bdc0a8fb901330eff27aedd8950ca858e737c.tar.gz
2.27.932.27.93
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 830651bf..5da218bf 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.27.91.1],
+AC_INIT([glibmm], [2.27.93],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -57,7 +57,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.27.91'
+glibreq='2.0 >= 2.27.93'
GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"