1
0
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:
Bruce Momjian
2001-02-11 02:01:22 +00:00
parent 8f17e53f0e
commit e937156690
4 changed files with 71 additions and 72 deletions

View File

@ -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"