summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2007-08-14 08:46:53 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-08-14 08:46:53 +0000
commitedb5f398f72795370075e9d86ad9662d2e47457e (patch)
tree7344f79a374618eaab0521cfe5cc11345d7a4e4f /configure.ac
parenta96dacb12679dcbd01cfd64db2f67157ff4126b6 (diff)
downloadsigc++-edb5f398f72795370075e9d86ad9662d2e47457e.tar.gz
Increase versionlibsigc++-2.1.1
svn path=/trunk/; revision=286
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 6ba9044..26220fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ dnl
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
dnl thus make format_package-0.0.1.tar.gz
pushdef([FP_MAJOR_VERSION], [2])
-pushdef([FP_MINOR_VERSION], [0])
-pushdef([FP_MICRO_VERSION], [16])
+pushdef([FP_MINOR_VERSION], [1])
+pushdef([FP_MICRO_VERSION], [1])
pushdef([FP_EXTRA_VERSION], [])
pushdef([FP_VERSION], FP_MAJOR_VERSION.FP_MINOR_VERSION.FP_MICRO_VERSION[]FP_EXTRA_VERSION)
# package name, version, support contact, tarball name.