Skip to content

Commit 16e22de

Browse files
author
Hiroshi Inoue
committed
Add a file for version control.
1 parent 2822788 commit 16e22de

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/interfaces/odbc/version.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/* File: version.h
2+
*
3+
* Description: This file defines the driver version.
4+
*
5+
* Comments: See "notice.txt" for copyright and license information.
6+
*
7+
*/
8+
9+
#ifndef __VERSION_H__
10+
#define __VERSION_H__
11+
12+
#define POSTGRESDRIVERVERSION "07.02.0002"
13+
#define POSTGRES_RESOURCE_VERSION "07.02.0002\0"
14+
#define PG_DRVFILE_VERSION 7,2,0,02
15+
16+
#endif

0 commit comments

Comments
 (0)