diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2010-06-09 14:36:06 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2010-06-09 14:36:06 +0200 |
commit | a68a360a8b61f03a8329f1134d797535264d1188 (patch) | |
tree | c69a900a7e84a8298526d008be37a444518c54da | |
parent | 3ba8fbfcc480cffc8d427e686b9b3a0e3d327f41 (diff) |
Linux .so: API extension => version bumplibsynthesis_3.4.0.6+syncevolution-1-0
Increased current revision of the API to 4, with full backwards
compatibility.
The new features compared to the version bundled with SyncEvolution
0.9.2 are:
LOCERR_DATASTORE_ABORT, APP_STATUS_CODE_START, APP_STATUS_CODE_END
DBG_GET_SET_VALUE= 0x0010
client and server mode combined in one library
-rw-r--r-- | src/Makefile.am.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am.in b/src/Makefile.am.in index 687bcdc..e412171 100644 --- a/src/Makefile.am.in +++ b/src/Makefile.am.in @@ -21,9 +21,9 @@ $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.in $(srcdir)/gen-makefile-am.sh # incompatible way, increment CURRENT and reset AGE and REVISION to # zero. When fixing something without interface change, increment # REVISION. -ENGINE_CURRENT = 3 -ENGINE_REVISION = 1 -ENGINE_AGE = 3 +ENGINE_CURRENT = 4 +ENGINE_REVISION = 0 +ENGINE_AGE = 4 CLEANFILES = EXTRA_DIST = |