Version number bump
authorDave Page <dpage@pgadmin.org>
Wed, 9 Nov 2005 15:28:05 +0000 (15:28 +0000)
committerDave Page <dpage@pgadmin.org>
Wed, 9 Nov 2005 15:28:05 +0000 (15:28 +0000)
configure.ac
installer/Make.bat
psqlodbc.rc
version.h

index 99d9544aee9ec83f686127888778e92c8a97fc74..789e19e564cfa786f821248608ae7b9a44e333f4 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.\r
-AC_INIT(psqlodbc, 08.01.0101, [pgsql-odbc@postgresql.org])\r
+AC_INIT(psqlodbc, 08.01.0102, [pgsql-odbc@postgresql.org])\r
 AC_PREREQ(2.52)\r
 AM_INIT_AUTOMAKE\r
 AC_CONFIG_SRCDIR([bind.c])\r
index b1dd43bb75ce3573891f0cf7059bfc3f9b4c438c..237e005efdab995fb2b10193fffa0a60778c4e9e 100644 (file)
@@ -3,7 +3,7 @@
 if NOT "%1"=="" SET VERSION="%1"\r
 if NOT "%1"=="" GOTO GOT_VERSION\r
 \r
-SET VERSION="08.01.0101"\r
+SET VERSION="08.01.0102"\r
 echo.\r
 echo Version not specified - defaulting to %VERSION%\r
 echo.\r
index c3af4e4aaf7d976dbdd7a82d2dc6355d74c5057a..8983d4618954392a6e784ed14fce9b9c8ddb6767 100644 (file)
@@ -302,8 +302,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,1,1,1
- PRODUCTVERSION 8,1,1,1
+ FILEVERSION 8,1,1,2
+ PRODUCTVERSION 8,1,1,2
  FILEFLAGSMASK 0x3L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -325,12 +325,12 @@ BEGIN
 #endif
             VALUE "CompanyName", "PostgreSQL Global Development Group"
             VALUE "FileDescription", "PostgreSQL Driver"
-            VALUE "FileVersion", "08.01.0101"
+            VALUE "FileVersion", "08.01.0102"
             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.01.0101"
+            VALUE "ProductVersion", "08.01.0102"
         END
     END
     BLOCK "VarFileInfo"
@@ -616,8 +616,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,1,1,1
- PRODUCTVERSION 8,1,1,1
+ FILEVERSION 8,1,1,2
+ PRODUCTVERSION 8,1,1,2
  FILEFLAGSMASK 0x3L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -639,12 +639,12 @@ BEGIN
 #endif
             VALUE "CompanyName", "PostgreSQL Global Development Group"
             VALUE "FileDescription", "PostgreSQL Driver"
-            VALUE "FileVersion", "08.01.0101"
+            VALUE "FileVersion", "08.01.0102"
             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.01.0101"
+            VALUE "ProductVersion", "08.01.0102"
         END
     END
     BLOCK "VarFileInfo"
index 8b1d0074a21f8fa322c62f65dfa6e59f3b695833..894d94b8ff70bc30b57432969c428e4cb45b67d0 100644 (file)
--- a/version.h
+++ b/version.h
@@ -11,8 +11,8 @@
 #ifndef __VERSION_H__\r
 #define __VERSION_H__\r
 \r
-#define POSTGRESDRIVERVERSION      "08.01.0101"\r
-#define POSTGRES_RESOURCE_VERSION  "08.01.0101\0"\r
-#define PG_DRVFILE_VERSION     8,1,1,1\r
+#define POSTGRESDRIVERVERSION      "08.01.0102"\r
+#define POSTGRES_RESOURCE_VERSION  "08.01.0102\0"\r
+#define PG_DRVFILE_VERSION     8,1,1,2\r
 \r
 #endif\r