aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2008-11-11 10:54:50 +0000
committerClaudio Saavedra <csaavedra@igalia.com>2008-11-11 10:54:50 +0000
commitf46466b1eacfe75957ca70eb5b014234e1f95552 (patch)
treebe1e49354e19b70c41c295a5d40f99086368485b /configure.ac
parentfe8cda740319d650031f9a71ac2e801b96a8baae (diff)
2008-11-11 Claudio Saavedra <csaavedra@igalia.com>
[Release 2.1.22] * NEWS: updates * configure.ac: bump version * debian/changelog: updates
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 808a10d..043beed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.21], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.22], [hildon@projects.maemo.org], [hildon])
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
@@ -25,7 +25,7 @@ AC_SUBST(API_VERSION_MAJOR)
# increment current, and set revision to 0.
# 5. If any interfaces have been added since the last public release, then increment age.
# 6. If any interfaces have been removed since the last public release, then set age to 0.
-AS_LIBTOOL(HILDON, 18, 3, 18)
+AS_LIBTOOL(HILDON, 18, 4, 18)
AM_INIT_AUTOMAKE
AC_PROG_CC