diff options
author | Not Zed <NotZed@Ximian.com> | 2003-06-11 12:18:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-06-11 12:18:12 +0800 |
commit | aaa0d1aba42fcaa048846c2420c069875d850915 (patch) | |
tree | a22c1f3a589c5591b81734b211d3335ae5db966a /shell/e-config-upgrade.c | |
parent | 9bc2703d5d793ff31968f6da491bfef7fa8c5d58 (diff) | |
download | gsoc2013-evolution-aaa0d1aba42fcaa048846c2420c069875d850915.tar.gz gsoc2013-evolution-aaa0d1aba42fcaa048846c2420c069875d850915.tar.zst gsoc2013-evolution-aaa0d1aba42fcaa048846c2420c069875d850915.zip |
** For #42691.
2003-06-05 Not Zed <NotZed@Ximian.com>
** For #42691.
* Makefile.am (%.server.in): use implicit rule.
(BUILT_SOURCES): added server_DATA.
2003-05-22 Not Zed <NotZed@Ximian.com>
* e-config-upgrade.c (CONF_MAJOR, CONF_MINOR, CONF_REVISION): Set
to 1.4.0 for release.
svn path=/trunk/; revision=21406
Diffstat (limited to 'shell/e-config-upgrade.c')
-rw-r--r-- | shell/e-config-upgrade.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c index 9128dd6018..a1f0e14bd9 100644 --- a/shell/e-config-upgrade.c +++ b/shell/e-config-upgrade.c @@ -47,8 +47,8 @@ /* output revision of configuration */ #define CONF_MAJOR (1) -#define CONF_MINOR (3) -#define CONF_REVISION (1) +#define CONF_MINOR (4) +#define CONF_REVISION (0) /* major/minor/revision of existing config */ static unsigned int major = -1; |