diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2010-09-30 17:25:00 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2010-09-30 17:25:00 +0200 |
commit | 3bdf05d910dbc3d763f0e8c7d4a737cc4600650d (patch) | |
tree | 65a2482d0df8e97b19831452180cd3aa0135645e | |
parent | a56fa43d33585f6297f1ecefe0a74ab6e67d9b05 (diff) |
version bump to 1.0.99.7syncevolution-1-0-99-7
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure-pre.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ Details: and deleting items in the different backends (http://syncevolution.org/blogs/pohly/2010/manipulate-evolution-kcalextendedmkcal-qtcontacts-pim-items-uniform-command-line) * added backends for mKCal and QtContacts (MeeGo PIM storage), meant to be used for manipulating this data on the command line -* enhanced D-Bus interface (BMC #3558, #3559, #3560, #3562, #3563) +* enhanced D-Bus interface (BMC #3558, #3559, #3560, #3562, #3563, #7761, #7766) * the command line tool now warns when running against a different D-Bus daemon (BMC #3563) * creating and configuring sources in a context (without peer-specific properties) is now supported diff --git a/configure-pre.in b/configure-pre.in index 0cd37080..0cbdd3d9 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.0.99.6]) +AC_INIT([syncevolution], [1.0.99.7]) # STABLE_VERSION=1.0.1+ AC_SUBST(STABLE_VERSION) |