From: Dave Page Date: Wed, 13 Jul 2005 14:28:50 +0000 (+0000) Subject: Bump version number to avoid confusion with earlier snapshots. X-Git-Tag: REL-08_00_0102~5 X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=6a5e93c4b5a058902fac70f5028ca5ac73df2e4e;p=psqlodbc.git Bump version number to avoid confusion with earlier snapshots. --- diff --git a/configure.ac b/configure.ac index 247d070..7e0eed9 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/installer/Make.bat b/installer/Make.bat index 22eed5b..7ffecee 100644 --- a/installer/Make.bat +++ b/installer/Make.bat @@ -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. diff --git a/psqlodbc.rc b/psqlodbc.rc index f584b3f..2125f6f 100644 --- a/psqlodbc.rc +++ b/psqlodbc.rc @@ -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" diff --git a/version.h b/version.h index 9ccdde2..c0c77a6 100644 --- 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