diff options
author | Murray Cumming <murrayc@murrayc.com> | 2015-09-15 09:36:11 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2015-09-15 09:36:11 +0200 |
commit | 29e2c69581addcc5db86c0e8ae83cc3a964a533c (patch) | |
tree | 359cffe2edc4e81e7cccaeb2cb5777c5f3198171 /configure.ac | |
parent | bd40d0acec53de33ce6257366613c6e68e40ca57 (diff) | |
download | glibmm-29e2c69581addcc5db86c0e8ae83cc3a964a533c.tar.gz |
2.45.802.45.80
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 35aadeab..ef6b1e43 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.45.70], +AC_INIT([glibmm], [2.45.80], [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.45.7' +glibreq='2.0 >= 2.45.8' GLIBMM_MODULES="sigc++-2.0 >= 2.5.4 glib-$glibreq gobject-$glibreq gmodule-$glibreq" GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq" |