File: version.h

package info (click to toggle)
psqlodbc 1%3A08.01.0200-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,984 kB
  • ctags: 2,158
  • sloc: ansic: 29,220; sh: 8,430; makefile: 67
file content (18 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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