/* File: version.h * * Description: This file defines the driver version. * * Comments: See "notice.txt" for copyright and license information. * * Note: The version number should also be updated in : * psqlodbc.rc, configure.ac and installer/make.bat */ #ifndef __VERSION_H__ #define __VERSION_H__ #define POSTGRESDRIVERVERSION "08.01.0200" #define POSTGRES_RESOURCE_VERSION "08.01.0200\0" #define PG_DRVFILE_VERSION 8,1,2,0 #endif