avoid hyphen in version number

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@754 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-10-10 20:44:51 +00:00
parent 84b4df9f5a
commit 034057a819
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ dnl -*- mode: Autoconf; -*-
dnl Invoke autogen.sh to produce a configure script.
AC_INIT(src/syncevolution.cpp)
AM_INIT_AUTOMAKE(syncevolution, 0.8-trunk)
AM_INIT_AUTOMAKE(syncevolution, 0.8+0.8.1)
define([FUNAMBOLSRC_REPO], [git://github.com/pohly/funambol-cpp-client-api.git])
define([FUNAMBOLSRC_REVISION], [origin/r_v70ga_syncevolution])
AM_CONFIG_HEADER(config.h)