diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2011-08-17 15:11:39 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2011-08-17 15:11:39 +0200 |
commit | 5bff2d46d7f311971862d2b1ca3cd47f8e342b5f (patch) | |
tree | 69641bcc553bd1ed124bc69bdac20b14ceee19f7 | |
parent | 1cc48766f1a06c8a6447bc170ed962d64726d4b3 (diff) |
bumped version to 3.4.0.16.1 and .so revision by onelibsynthesis_3.4.0.16+syncevolution-1-1-99-6
The first four digits are from the upstream tag. The last digit needs
to be incremented each time relevant changes are released as part of
the Linux libsynthesis release in SyncEvolution. This is relevant
primarily for the PKG_CONFIG_CHECK(), which now can check that the
libsynthesis that is installed is recent enough.
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | src/Makefile.am.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 57a6c3a..652ea0c 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,9 @@ dnl Invoke autogen.sh to produce a configure script. AC_INIT(src/sysync/engineinterface.cpp) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(synthesis, 3.4) +# four digit upstream version, one additional digit for +# Linux/SyncEvolution specific extensions: +AM_INIT_AUTOMAKE(synthesis, 3.4.0.16.1) AM_CONFIG_HEADER(config.h) AC_LIBTOOL_DLOPEN diff --git a/src/Makefile.am.in b/src/Makefile.am.in index 64f8856..3e4fc48 100644 --- a/src/Makefile.am.in +++ b/src/Makefile.am.in @@ -22,7 +22,7 @@ $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.in $(srcdir)/gen-makefile-am.sh # zero. When fixing something without interface change, increment # REVISION. ENGINE_CURRENT = 5 -ENGINE_REVISION = 0 +ENGINE_REVISION = 1 ENGINE_AGE = 5 CLEANFILES = |