diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-09-13 17:14:59 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-09-13 17:14:59 +0200 |
commit | 5eef67fa6dd5fc0caf506938918c41caac5b0928 (patch) | |
tree | 882bd002b6d3aac7c468267f788ac3887430e0a7 /configure.ac | |
parent | 696b96999369194e569b7b18b925dcf1e6799c9a (diff) | |
download | glibmm-5eef67fa6dd5fc0caf506938918c41caac5b0928.tar.gz |
2.49.72.49.7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6a48f362..b69370a0 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.5], +AC_INIT([glibmm], [2.49.7], [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.48.0' +glibreq='2.0 >= 2.49.7' GLIBMM_MODULES="sigc++-2.0 >= 2.9.1 glib-$glibreq gobject-$glibreq gmodule-$glibreq" GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq" |