diff options
author | Dan Winship <danw@gnome.org> | 2012-09-24 13:22:55 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-09-24 13:22:55 -0400 |
commit | 7496908adfe7ef37462b621b97f1879cc2cc0271 (patch) | |
tree | f90d2c9ac1b15d25ad9ccf6ad23f7c35b9b0cadd /configure.ac | |
parent | bcfc0669f5fb8706015ef84b82d924457a911522 (diff) | |
download | libsoup-7496908adfe7ef37462b621b97f1879cc2cc0271.tar.gz libsoup-7496908adfe7ef37462b621b97f1879cc2cc0271.tar.bz2 libsoup-7496908adfe7ef37462b621b97f1879cc2cc0271.zip |
2.40.0LIBSOUP_2_40_02.40.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 188b900b..ce382745 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl *** Initialize automake and set version *** dnl ******************************************* AC_PREREQ(2.63) -AC_INIT([libsoup],[2.39.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) +AC_INIT([libsoup],[2.40.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) AC_CONFIG_SRCDIR([libsoup-2.4.pc.in]) AC_CONFIG_MACRO_DIR([m4]) |