diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2013-11-21 00:54:52 -0800 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2013-11-21 00:54:52 -0800 |
commit | 572bba1742c290607755e6ec2e95c5e0733466f4 (patch) | |
tree | e51070c941d1a5487aebc08e841b07022b0f8544 | |
parent | a906e65588fe3aad99b7da80ae91631cff004955 (diff) |
autotools: bump version to upstream releaselibsynthesis_3.4.0.47+syncevolution-1-3-99-6
Upstream has increased the version number. The version in configure.in
should better match.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cf6a488..e54d813 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.11) +AM_INIT_AUTOMAKE(synthesis, 3.4.0.47.1) AM_CONFIG_HEADER(config.h) AC_LIBTOOL_DLOPEN |