~ubuntu-branches/ubuntu/gutsy/psqlodbc/gutsy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.03.0200"
#define POSTGRES_RESOURCE_VERSION	"07.03.0200\0"
#define PG_DRVFILE_VERSION		7,3,2,0

#endif