Updates for 07.03.0001
authorDave Page <dpage@pgadmin.org>
Wed, 14 May 2003 18:38:27 +0000 (18:38 +0000)
committerDave Page <dpage@pgadmin.org>
Wed, 14 May 2003 18:38:27 +0000 (18:38 +0000)
configure.ac

index 16b004158f397df7af1cea76b8ab1d0ee37f7889..545887f792df0615ee75d3880ace80b64dbae087 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 7.2.5, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 7.3.1, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([bind.c])
@@ -25,11 +25,11 @@ if test "$with_unixodbc" = yes && test "$with_iodbc" = yes; then
 fi
 
 #
-# Default odbc version number (--with-odbcver), default 0x0250
+# Default odbc version number (--with-odbcver), default 0x0300
 #
 AC_MSG_CHECKING([for ODBC version number])
 PGAC_ARG_REQ(with, odbcver, [  --with-odbcver=VERSION  change default ODBC version number
- [0x0250]],
+ [0x0300]],
              [AC_DEFINE_UNQUOTED(ODBCVER, ${withval},
            [Define to ODBC version (--with-odbcver)])])
 AC_MSG_RESULT([$with_odbcver])