summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-04-24 11:29:53 +0000
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-04-24 11:29:53 +0000
commit1d083761000d6a3c195e85495e1142561484fb72 (patch)
treefea53c74fbb754c709dacd5a75098598028b85c3 /configure.in
parent8ef8433b7ad5d923f6d03d95dc70cd9fc9188cd7 (diff)
downloadevolution-data-server-1d083761000d6a3c195e85495e1142561484fb72.tar.gz
Release updates. Bump version. ***** Release 1.7.1 *****EVOLUTION_DATA_SERVER_1_7_1
2006-04-24 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates. Bump version. ***** Release 1.7.1 *****
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ba109d816..97835c8c9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution-data-server, 1.5.92)
+AC_INIT(evolution-data-server, 1.7.1)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
@@ -19,7 +19,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files
dnl
dnl This should always be the major/minor of the stable version or stable version to be
dnl *************************************************************************************************
-BASE_VERSION=1.6
+BASE_VERSION=1.8
API_VERSION=1.2
AC_SUBST(BASE_VERSION)
AC_SUBST(API_VERSION)