/* 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 "09.01.0100" #define POSTGRES_RESOURCE_VERSION "09.01.0100\0" #define PG_DRVFILE_VERSION 9,1,01,00 #define PG_BUILD_VERSION "201112290002" #endif