diff options
author | Hiroshi Inoue <inoue@tpf.co.jp> | 2002-05-09 04:10:22 +0000 |
---|---|---|
committer | Hiroshi Inoue <inoue@tpf.co.jp> | 2002-05-09 04:10:22 +0000 |
commit | 16e22de53ab530843237121fa4daf12da24f1d41 (patch) | |
tree | 359b50a2584f4fd1e0fecfbcde14c6e7cb9a2a05 /src | |
parent | 282278899379a3a57fbc734bda6a4dc9cec3ce60 (diff) | |
download | postgresql-16e22de53ab530843237121fa4daf12da24f1d41.tar.gz postgresql-16e22de53ab530843237121fa4daf12da24f1d41.zip |
Add a file for version control.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/odbc/version.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/interfaces/odbc/version.h b/src/interfaces/odbc/version.h new file mode 100644 index 00000000000..88516a768f3 --- /dev/null +++ b/src/interfaces/odbc/version.h @@ -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 |