summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2008-02-22 11:53:01 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-02-22 11:53:01 +0000
commit18cd8e4271761c2bb411a8b4c984268838d5e219 (patch)
treea3d84f533fe645c9c13b66b465c1b729a5db4670 /configure.ac
parent6e669f85606090823d65c23880e739fe8ba1d394 (diff)
downloadsigc++-18cd8e4271761c2bb411a8b4c984268838d5e219.tar.gz
Increased versionlibsigc++-2.2.0
svn path=/trunk/; revision=293
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 26220fa..4755d5e 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], [1])
-pushdef([FP_MICRO_VERSION], [1])
+pushdef([FP_MINOR_VERSION], [2])
+pushdef([FP_MICRO_VERSION], [0])
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.