Changeset 225 for trunk/configure.in
- Timestamp:
- 08/08/08 22:06:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r222 r225 1 1 ## Process this file with autoconf to produce a configure script. 2 2 # try CFLAGS="$CFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes -Werror" 3 AC_INIT(ObexFTP, 0.2 2, zany@triq.net)3 AC_INIT(ObexFTP, 0.23, zany@triq.net) 4 4 #AC_CONFIG_SRCDIR(src/foo.c) 5 5 AM_INIT_AUTOMAKE(dist-bzip2) … … 133 133 # Project-specific settings 134 134 # VERSION="..." already set my AM_INIT_AUTOMAKE above 135 # libtool uses current:re lease:age to produce .c-a.a.r135 # libtool uses current:revision:age to produce .c-a.a.r 136 136 # http://www.gnu.org/software/libtool/manual.html#Updating-version-info 137 OBEXFTP_VERSION=" 2\:0\:2"137 OBEXFTP_VERSION="3\:0\:3" 138 138 MULTICOBEX_VERSION="1\:1\:0" 139 139 BFB_VERSION="0\:5\:0"
