diff options
Diffstat (limited to 'src/interfaces/odbc/version.h')
-rw-r--r-- | src/interfaces/odbc/version.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/interfaces/odbc/version.h b/src/interfaces/odbc/version.h deleted file mode 100644 index 88516a768f3..00000000000 --- a/src/interfaces/odbc/version.h +++ /dev/null @@ -1,16 +0,0 @@ -/* 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 |