aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2001-10-12 09:41:49 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2001-10-12 09:41:49 +0000
commit0420342af10dab33ef08941cb0d93a3876be7df7 (patch)
tree9451a2e32eb8926f9827cdd3cac6dbf4f7aee7ff /src
parentffcad1276916cac0651416cc1f1998bd8c9046a0 (diff)
downloadpostgresql-0420342af10dab33ef08941cb0d93a3876be7df7.tar.gz
postgresql-0420342af10dab33ef08941cb0d93a3876be7df7.zip
Update the version of psqlodbc driver.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/odbc/psqlodbc.h4
-rw-r--r--src/interfaces/odbc/psqlodbc.rc8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h
index d923be139dd..796b282af88 100644
--- a/src/interfaces/odbc/psqlodbc.h
+++ b/src/interfaces/odbc/psqlodbc.h
@@ -5,7 +5,7 @@
*
* Comments: See "notice.txt" for copyright and license information.
*
- * $Id: psqlodbc.h,v 1.50 2001/09/24 00:05:59 inoue Exp $
+ * $Id: psqlodbc.h,v 1.51 2001/10/12 09:41:49 inoue Exp $
*
*/
@@ -82,7 +82,7 @@ typedef UInt4 Oid;
#define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL"
-#define POSTGRESDRIVERVERSION "07.01.0007"
+#define POSTGRESDRIVERVERSION "07.01.0008"
#ifdef WIN32
#define DRIVER_FILE_NAME "PSQLODBC.DLL"
diff --git a/src/interfaces/odbc/psqlodbc.rc b/src/interfaces/odbc/psqlodbc.rc
index 8a0ecd03b24..f8db4895805 100644
--- a/src/interfaces/odbc/psqlodbc.rc
+++ b/src/interfaces/odbc/psqlodbc.rc
@@ -354,8 +354,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,1,0,7
- PRODUCTVERSION 7,1,0,7
+ FILEVERSION 7,1,0,8
+ PRODUCTVERSION 7,1,0,8
FILEFLAGSMASK 0x3L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -377,14 +377,14 @@ BEGIN
VALUE "CompanyName", "Insight Distribution Systems\0"
#endif
VALUE "FileDescription", "PostgreSQL Driver\0"
- VALUE "FileVersion", " 07.01.0007\0"
+ VALUE "FileVersion", " 07.01.0008\0"
VALUE "InternalName", "psqlodbc\0"
VALUE "LegalCopyright", "\0"
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.\0"
VALUE "OriginalFilename", "psqlodbc.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Microsoft Open Database Connectivity\0"
- VALUE "ProductVersion", " 07.01.0007\0"
+ VALUE "ProductVersion", " 07.01.0008\0"
VALUE "SpecialBuild", "\0"
END
END