diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-10-25 17:50:11 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-10-25 17:50:11 +0800 |
commit | 0e73a7c260c1717cc739cff5474feefb2c364afb (patch) | |
tree | d6e7098c2984cd95b1d38fbece77bc821108ca95 /configure.in | |
parent | 21dc2e013cda953ab60a330f7aec4bde874f4523 (diff) | |
download | gsoc2013-evolution-0e73a7c260c1717cc739cff5474feefb2c364afb.tar.gz gsoc2013-evolution-0e73a7c260c1717cc739cff5474feefb2c364afb.tar.zst gsoc2013-evolution-0e73a7c260c1717cc739cff5474feefb2c364afb.zip |
update base version to 2.6 for the 2.5.1 release
svn path=/trunk/; revision=30563
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 69496e3269..7a67922107 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,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=2.4 +BASE_VERSION=2.6 AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) @@ -1518,7 +1518,6 @@ if echo ${plugins_enabled} | grep "exchange-operations" > /dev/null ; then fi fi - ################################################## # Check for gtk-doc. ################################################## |