summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-11-02 11:18:06 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-11-02 11:18:06 +0100
commitffadfbaa4c52f280f01a9645a8b7683a3d1078ca (patch)
treeb60749d7d23d4fc28c02dbb0b6260302899193cc /configure.ac
parent1ecb31b31a8da5b8d769c2b8ebe63054441e3a47 (diff)
downloadglibmm-ffadfbaa4c52f280f01a9645a8b7683a3d1078ca.tar.gz
2.27.22.27.2
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 ac74e36a..9ba32895 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.1],
+AC_INIT([glibmm], [2.27.2],
[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.1'
+glibreq='2.0 >= 2.27.2'
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"