summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorDave Page2005-08-02 08:09:39 +0000
committerDave Page2005-08-02 08:09:39 +0000
commita9e7ea1d3289735ccd63a27b2635add5387bc765 (patch)
tree3b4f5210b5bf7a034cd4d79e8c103af8d4377f1c /version.h
parent4db59fe7cec4882ec169180246d4f8cb79452d79 (diff)
Post release version number bumpREL-08_00_0103PRE_LIBPQ
Diffstat (limited to 'version.h')
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index 9ccdde2..c0c77a6 100644
--- a/version.h
+++ b/version.h
@@ -11,8 +11,8 @@
#ifndef __VERSION_H__
#define __VERSION_H__
-#define POSTGRESDRIVERVERSION "08.00.0102"
-#define POSTGRES_RESOURCE_VERSION "08.00.0102\0"
-#define PG_DRVFILE_VERSION 8,0,1,02
+#define POSTGRESDRIVERVERSION "08.00.0103"
+#define POSTGRES_RESOURCE_VERSION "08.00.0103\0"
+#define PG_DRVFILE_VERSION 8,0,1,03
#endif