Post-release version number bump
authorDave Page <dpage@pgadmin.org>
Fri, 28 Apr 2006 09:17:41 +0000 (09:17 +0000)
committerDave Page <dpage@pgadmin.org>
Fri, 28 Apr 2006 09:17:41 +0000 (09:17 +0000)
configure.ac
installer/Make.bat
version.h

index 4a7380a7a7d9bccfee48d646063215e395f37237..536539f6efb5233eefa805f966f113ae943e9064 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.02.0002, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.02.0003, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([bind.c])
index 439de9052da246bd189258582c42d67c0da0f4ff..bdf449a4f0c22ada235c1fd04c1c0962a7db22a6 100644 (file)
@@ -9,7 +9,7 @@ if NOT "%1"=="" SET VERSION="%1"
 if NOT "%1"=="" GOTO GOT_VERSION
 
 REM The full version number of the build in XXXX.XX.XX format
-SET VERSION="08.02.0002"
+SET VERSION="08.02.0003"
 
 echo.
 echo Version not specified - defaulting to %VERSION%
index c27d670a875fb4c173937594355c07f3a7e52945..c5d88f80430796243a9aaf52055ddf52d0c03e3f 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,8 +9,8 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define POSTGRESDRIVERVERSION      "08.02.0002"
-#define POSTGRES_RESOURCE_VERSION  "08.02.0002\0"
-#define PG_DRVFILE_VERSION     8,2,0,0
+#define POSTGRESDRIVERVERSION      "08.02.0003"
+#define POSTGRES_RESOURCE_VERSION  "08.02.0003\0"
+#define PG_DRVFILE_VERSION     8,2,0,03
 
 #endif