diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-05-05 21:44:18 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-05-05 21:44:18 +0800 |
commit | 5f5c1d83b995e7144faff2236e83adcde79c71ef (patch) | |
tree | 5d541336ba9c0a7154547463f115bc66f0a2d4ba | |
parent | 0882552acbc9e70958ef6aad49005ee6a4e935ca (diff) | |
download | gsoc2013-evolution-5f5c1d83b995e7144faff2236e83adcde79c71ef.tar.gz gsoc2013-evolution-5f5c1d83b995e7144faff2236e83adcde79c71ef.tar.zst gsoc2013-evolution-5f5c1d83b995e7144faff2236e83adcde79c71ef.zip |
reset upgrade revision to 0
2005-05-05 Harish Krishnaswamy <kharish@novell.com>
* configure.in: reset upgrade revision to 0
svn path=/trunk/; revision=29275
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-05-05 Harish Krishnaswamy <kharish@novell.com> + + * configure.in: reset upgrade revision to 0 + 2005-05-04 Amish <lists@munshi.biz> * evolution-plugin.pc.in, evolution-shell.pc.in : use diff --git a/configure.in b/configure.in index 593ae64944..a70e820e22 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ dnl This is for triggering migration calls between varying versions. dnl dnl This should be reset to 0 whenever BASE_VERSION changes dnl ************************************************************************************************* -UPGRADE_REVISION=1 +UPGRADE_REVISION=0 AC_SUBST(UPGRADE_REVISION) AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release]) |