Log Message:
-----------
Version number tweaks for beta 3
Modified Files:
--------------
pgadmin3:
configure.ac (r1.25 -> r1.26)
pgadmin3/pkg/win32:
pgadmin3.wsi (r1.20 -> r1.21)
pgadmin3/src/include:
version.h (r1.12 -> r1.13)
Index: version.h
===================================================================
RCS file: /projects/pgadmin3/src/include/version.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lsrc/include/version.h -Lsrc/include/version.h -u -w -r1.12 -r1.13
--- src/include/version.h
+++ src/include/version.h
@@ -11,9 +11,9 @@
// Application Versions
-#define VERSION_STR wxT("1.2.0 Post-Beta 2")
+#define VERSION_STR wxT("1.2.0 Beta 3")
#define VERSION_NUM 1,2,0,0
-#define VERSION_PACKAGE 1.2.0-post-beta2
+#define VERSION_PACKAGE 1.2.0-beta3
#define PRERELEASE 1
// #define BUILD "..."
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match