summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-09-10 09:15:20 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2012-09-10 09:15:20 +0200
commit99159e0991664f8c8319e634598ea6c9bd73fcc2 (patch)
tree95ef76167e3147840d78cf0158f2a333a31248a6
parent344208aa749a8258163c879bb786a3a68aa67a7a (diff)
Bumped minor version so that SyncEvolution can ensure that the version it is compiled against really fixes the VJOURNAL<->plain text conversion problem.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3cc564f..32fa121 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(src/sysync/engineinterface.cpp)
AC_CONFIG_MACRO_DIR([m4])
# four digit upstream version, one additional digit for
# Linux/SyncEvolution specific extensions:
-AM_INIT_AUTOMAKE(synthesis, 3.4.0.16.7)
+AM_INIT_AUTOMAKE(synthesis, 3.4.0.16.8)
AM_CONFIG_HEADER(config.h)
AC_LIBTOOL_DLOPEN