Bump version to 07.05.0001
authorDave Page <[email protected]>
Mon, 19 Jul 2004 10:19:58 +0000 (10:19 +0000)
committerDave Page <[email protected]>
Mon, 19 Jul 2004 10:19:58 +0000 (10:19 +0000)
configure.ac
version.h

index 5efaba2f85027f76122744212bb4730fbab18b49..f2a02cfa6e1fd5bcde5b4d4dd7080617912f464c 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 07.03.0209, [[email protected]])
+AC_INIT(psqlodbc, 07.05.0001, [[email protected]])
 AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([bind.c])
index 71f716f33b7d584c5acc11a6d7e4c7b1a463136a..31823db94a83c4cba62bcec10515d8082f923036 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,8 +9,8 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define POSTGRESDRIVERVERSION      "07.03.0209"
-#define POSTGRES_RESOURCE_VERSION  "07.03.0209\0"
-#define PG_DRVFILE_VERSION     7,3,2,09
+#define POSTGRESDRIVERVERSION      "07.05.0001"
+#define POSTGRES_RESOURCE_VERSION  "07.05.0001\0"
+#define PG_DRVFILE_VERSION     7,5,0,01
 
 #endif