mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Add a file for version control.
This commit is contained in:
parent
2822788993
commit
16e22de53a
16
src/interfaces/odbc/version.h
Normal file
16
src/interfaces/odbc/version.h
Normal file
@ -0,0 +1,16 @@
|
||||
/* File: version.h
|
||||
*
|
||||
* Description: This file defines the driver version.
|
||||
*
|
||||
* Comments: See "notice.txt" for copyright and license information.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __VERSION_H__
|
||||
#define __VERSION_H__
|
||||
|
||||
#define POSTGRESDRIVERVERSION "07.02.0002"
|
||||
#define POSTGRES_RESOURCE_VERSION "07.02.0002\0"
|
||||
#define PG_DRVFILE_VERSION 7,2,0,02
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user