projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2822788
)
Add a file for version control.
author
Hiroshi Inoue
Thu, 9 May 2002 04:10:22 +0000
(
04:10
+0000)
committer
Hiroshi Inoue
Thu, 9 May 2002 04:10:22 +0000
(
04:10
+0000)
src/interfaces/odbc/version.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/interfaces/odbc/version.h
b/src/interfaces/odbc/version.h
new file mode 100644
(file)
index 0000000..
88516a7
--- /dev/null
+++ b/
src/interfaces/odbc/version.h
@@ -0,0
+1,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.02.0002"
+#define POSTGRES_RESOURCE_VERSION "07.02.0002\0"
+#define PG_DRVFILE_VERSION 7,2,0,02
+
+#endif