summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--installer/Make.bat2
-rw-r--r--psqlodbc.rc16
-rw-r--r--version.h6
4 files changed, 13 insertions, 13 deletions
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 d16b454..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.0102"
+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