Bump version number to avoid confusion with earlier snapshots.
authorDave Page <dpage@pgadmin.org>
Wed, 13 Jul 2005 14:28:50 +0000 (14:28 +0000)
committerDave Page <dpage@pgadmin.org>
Wed, 13 Jul 2005 14:28:50 +0000 (14:28 +0000)
configure.ac
installer/Make.bat
psqlodbc.rc
version.h

index 247d070d194801b9037482f3f20b108b8d2f650a..7e0eed93a15ee64a7b6b16e1d4f92163e7d98c77 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.00.0102, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.00.0103, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([bind.c])
index 22eed5b57539f6e5cf71a88c975a6d23e76f973e..7ffeceee11873e3ceed51bb3038cc5e74180d2bc 100644 (file)
@@ -3,7 +3,7 @@
 if NOT "%1"=="" SET VERSION="%1"
 if NOT "%1"=="" GOTO GOT_VERSION
 
-SET VERSION="08.00.0101"
+SET VERSION="08.00.0103"
 echo.
 echo Version not specified - defaulting to %VERSION%
 echo.
index f584b3fd4807c7202c80b809c046dd07e5acf7dd..2125f6ff75476ed0d2e46d08a4690bfd9f9422d3 100644 (file)
@@ -295,8 +295,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,0,1,2
- PRODUCTVERSION 8,0,1,2
+ FILEVERSION 8,0,1,3
+ PRODUCTVERSION 8,0,1,3
  FILEFLAGSMASK 0x3L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -314,12 +314,12 @@ BEGIN
             VALUE "Comments", "PostgreSQL ODBC driver"
             VALUE "CompanyName", "PostgreSQL Global Development Group"
             VALUE "FileDescription", "PostgreSQL Driver"
-            VALUE "FileVersion", "08.00.0102"
+            VALUE "FileVersion", "08.00.0103"
             VALUE "InternalName", "psqlodbc"
             VALUE "LegalTrademarks", "ODBC(TM) is a trademark of Microsoft Corporation.  Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation."
             VALUE "OriginalFilename", "psqlodbc.dll"
             VALUE "ProductName", "Microsoft Open Database Connectivity"
-            VALUE "ProductVersion", "08.00.0102"
+            VALUE "ProductVersion", "08.00.0103"
         END
     END
     BLOCK "VarFileInfo"
@@ -594,8 +594,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,0,1,2
- PRODUCTVERSION 8,0,1,2
+ FILEVERSION 8,0,1,3
+ PRODUCTVERSION 8,0,1,3
  FILEFLAGSMASK 0x3L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -613,12 +613,12 @@ BEGIN
             VALUE "Comments", "PostgreSQL ODBC driver"
             VALUE "CompanyName", "PostgreSQL Global Development Group"
             VALUE "FileDescription", "PostgreSQL Driver"
-            VALUE "FileVersion", "08.00.0102"
+            VALUE "FileVersion", "08.00.0103"
             VALUE "InternalName", "psqlodbc"
             VALUE "LegalTrademarks", "ODBC(TM) is a trademark of Microsoft Corporation.  Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation."
             VALUE "OriginalFilename", "psqlodbc.dll"
             VALUE "ProductName", "Microsoft Open Database Connectivity"
-            VALUE "ProductVersion", "08.00.0102"
+            VALUE "ProductVersion", "08.00.0103"
         END
     END
     BLOCK "VarFileInfo"
index 9ccdde23b13d94910e90d025761d118c38805385..c0c77a6371706b18a4af71b736e789d42999addd 100644 (file)
--- a/version.h
+++ b/version.h
@@ -11,8 +11,8 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define POSTGRESDRIVERVERSION      "08.00.0102"
-#define POSTGRES_RESOURCE_VERSION  "08.00.0102\0"
-#define PG_DRVFILE_VERSION     8,0,1,02
+#define POSTGRESDRIVERVERSION      "08.00.0103"
+#define POSTGRES_RESOURCE_VERSION  "08.00.0103\0"
+#define PG_DRVFILE_VERSION     8,0,1,03
 
 #endif