Changeset 225 for trunk/configure.in

Show
Ignore:
Timestamp:
08/08/08 22:06:46 (2 years ago)
Author:
zany
Message:

adding a simpler connect wrapper

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r222 r225  
    11## Process this file with autoconf to produce a configure script. 
    22# try CFLAGS="$CFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes -Werror" 
    3 AC_INIT(ObexFTP, 0.22, zany@triq.net) 
     3AC_INIT(ObexFTP, 0.23, zany@triq.net) 
    44#AC_CONFIG_SRCDIR(src/foo.c) 
    55AM_INIT_AUTOMAKE(dist-bzip2) 
     
    133133# Project-specific settings 
    134134# VERSION="..." already set my AM_INIT_AUTOMAKE above 
    135 # libtool uses current:release:age to produce .c-a.a.r 
     135# libtool uses current:revision:age to produce .c-a.a.r 
    136136# http://www.gnu.org/software/libtool/manual.html#Updating-version-info 
    137 OBEXFTP_VERSION="2\:0\:2" 
     137OBEXFTP_VERSION="3\:0\:3" 
    138138MULTICOBEX_VERSION="1\:1\:0" 
    139139BFB_VERSION="0\:5\:0"