diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2011-02-26 16:46:39 +0100 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2011-02-26 16:46:39 +0100 |
commit | 466cd0b5f0200b12ed154434fcb3115260b85ce0 (patch) | |
tree | b5697b51578ada055ab0a6951d241fbaafee0c5f | |
parent | 0ef8faa0408cfe2eee2dd321db4eddc714bbe60d (diff) |
bumped version to 1.1.99.3syncevolution-1-1-99-3
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure-pre.in | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +SyncEvolution 1.1.99.2 -> 1.1.99.3, 26.02.2010 +============================================== + +Adds CalDAV and CardDAV support. See src/backends/webdav/README +or mailing list for usage instructions. + + SyncEvolution 1.1.1 -> 1.1.99.2, 04.02.2010 =========================================== diff --git a/configure-pre.in b/configure-pre.in index 1a83211f..50e4a969 100644 --- a/configure-pre.in +++ b/configure-pre.in @@ -8,7 +8,7 @@ dnl Invoke autogen.sh to produce a configure script. # # Starting with the 1.1 release cycle, the rpm-style # .99 pseudo-version number is used to mark a pre-release. -AC_INIT([syncevolution], [1.1.99.2]) +AC_INIT([syncevolution], [1.1.99.3]) # STABLE_VERSION=1.0.1+ AC_SUBST(STABLE_VERSION) |