Merge commit 'origin/master'
[versaplex.git] / vxodbc / version.h
blob5516441b20460f343ddfc1743e3981d58ed34715
1 /* File: version.h
3 * Description: This file defines the driver version.
5 * Comments: See "notice.txt" for copyright and license information.
7 */
9 #ifndef __VERSION_H__
10 #define __VERSION_H__
12 #define VXODBCDRIVERVERSION "0.1"
13 #define VXODBC_RESOURCE_VERSION "0.1\0"
14 #define PG_DRVFILE_VERSION 0,1,00,00
15 #define PG_BUILD_VERSION __DATE__
17 #endif