summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-03-25 08:40:19 -0400
committerDan Winship <danw@gnome.org>2013-03-25 08:40:19 -0400
commit092915ebcb32859ae0b74aa6defa72bae0476c96 (patch)
treed04e7a762e2cd5b898aff3136427da965b8ab3a0 /configure.ac
parentbce11d1c051d1763f5b17b61a18754a03d52ad2a (diff)
downloadlibsoup-092915ebcb32859ae0b74aa6defa72bae0476c96.tar.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b9e25013..c5645b4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [41])
-m4_define([soup_micro_version], [92])
+m4_define([soup_minor_version], [42])
+m4_define([soup_micro_version], [0])
AC_PREREQ(2.63)
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
@@ -27,10 +27,10 @@ SOUP_API_VERSION=2.4
AC_SUBST(SOUP_API_VERSION)
# Increment on interface addition. Reset on removal.
-SOUP_AGE=5
+SOUP_AGE=6
# Increment on interface add, remove, or change.
-SOUP_CURRENT=6
+SOUP_CURRENT=7
# Increment on source change. Reset when CURRENT changes.
SOUP_REVISION=0