Bump version number to 08.00.0001 in prep for PostgreSQL 8.0 REL-08_00_0001
authorDave Page <dpage@pgadmin.org>
Mon, 4 Oct 2004 12:39:15 +0000 (12:39 +0000)
committerDave Page <dpage@pgadmin.org>
Mon, 4 Oct 2004 12:39:15 +0000 (12:39 +0000)
configure.ac
psqlodbc.rc
version.h

index 3fafa0ec90e911a2642b1fe50d09a3e58c6e7961..3f98aa1cf68857b45275d614a36593a5bff282b1 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 07.05.0002, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.00.0001, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([bind.c])
index 6cb7ba5cedc16ad56c54738c695a639d3640bc25..08d2b2219b7cddc11d81a27dd352870f00a79af8 100644 (file)
@@ -157,8 +157,8 @@ BEGIN
     CONTROL         "int4",DS_INT8_AS_INT4,"Button",BS_AUTORADIOBUTTON | 
                     WS_TABSTOP,227,108,29,10
     GROUPBOX        "\83v\83\8d\83g\83R\83\8b\83o\81|\83W\83\87\83\93",IDC_STATIC,5,128,296,25
-    CONTROL         "7.X,6.4+",DS_PG64,"Button",BS_AUTORADIOBUTTON | 
-                    WS_GROUP,18,139,49,10
+    CONTROL         ">= 6.4",DS_PG64,"Button",BS_AUTORADIOBUTTON | WS_GROUP,
+                    18,139,49,10
     CONTROL         "6.3",DS_PG63,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
                     87,139,26,10
     CONTROL         "6.2",DS_PG62,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
@@ -488,8 +488,8 @@ BEGIN
     CONTROL         "int4",DS_INT8_AS_INT4,"Button",BS_AUTORADIOBUTTON | 
                     WS_TABSTOP,227,108,29,10
     GROUPBOX        "Protocol",IDC_STATIC,5,126,277,25
-    CONTROL         "7.X,6.4+",DS_PG64,"Button",BS_AUTORADIOBUTTON | 
-                    WS_GROUP,44,137,49,10
+    CONTROL         ">= 6.4",DS_PG64,"Button",BS_AUTORADIOBUTTON | WS_GROUP,
+                    44,137,49,10
     CONTROL         "6.3",DS_PG63,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
                     117,137,26,10
     CONTROL         "6.2",DS_PG62,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
@@ -594,8 +594,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,5,0,2
- PRODUCTVERSION 7,5,0,2
+ FILEVERSION 8,0,0,1
+ PRODUCTVERSION 8,0,0,1
  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", "07.05.0002"
+            VALUE "FileVersion", "08.00.0001"
             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", "07.05.0002"
+            VALUE "ProductVersion", "08.00.0001"
         END
     END
     BLOCK "VarFileInfo"
index be49914587940d376ab8e9e811ecdfd49e89ad55..265a4dd4afb17387bf96ab88a7a7dc2d35b9daa4 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,8 +9,8 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define POSTGRESDRIVERVERSION      "07.05.0002"
-#define POSTGRES_RESOURCE_VERSION  "07.05.0002\0"
-#define PG_DRVFILE_VERSION     7,5,0,02
+#define POSTGRESDRIVERVERSION      "08.00.0001"
+#define POSTGRES_RESOURCE_VERSION  "08.00.0001\0"
+#define PG_DRVFILE_VERSION     8,0,0,01
 
 #endif