mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
The attached patch does the following:
1) Tidies up the Datasource Dialogue now the version options are gone. 2) Tidies a comment in info.c. 3) Increments all version numbers to 07.01.0003 to take account of recent revisions. Regards, Dave Page
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Comments: See "notice.txt" for copyright and license information.
|
||||
*
|
||||
* $Id: psqlodbc.h,v 1.32 2001/02/10 07:01:19 momjian Exp $
|
||||
* $Id: psqlodbc.h,v 1.33 2001/02/11 02:01:22 momjian Exp $
|
||||
*/
|
||||
|
||||
#ifndef __PSQLODBC_H__
|
||||
@ -42,7 +42,7 @@ typedef UInt4 Oid;
|
||||
#define DRIVERNAME "PostgreSQL ODBC"
|
||||
#define DBMS_NAME "PostgreSQL"
|
||||
|
||||
#define POSTGRESDRIVERVERSION "07.01.0002"
|
||||
#define POSTGRESDRIVERVERSION "07.01.0003"
|
||||
|
||||
#ifdef WIN32
|
||||
#define DRIVER_FILE_NAME "PSQLODBC.DLL"
|
||||
|
Reference in New Issue
Block a user