Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by dpage: Beta 2 version number bump

CVS Commit by dpage: Beta 2 version number bump



Log Message:
-----------
Beta 2 version number bump

Modified Files:
--------------
    pgadmin3:
        configure.ac (r1.24 -> r1.25)
    pgadmin3/pkg/win32:
        pgadmin3.wsi (r1.18 -> r1.19)
        pgadmin3.wsm (r1.3 -> r1.4)
    pgadmin3/src/include:
        version.h (r1.10 -> r1.11)

Index: version.h
===================================================================
RCS file: /projects/pgadmin3/src/include/version.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lsrc/include/version.h -Lsrc/include/version.h -u -w -r1.10 -r1.11
--- src/include/version.h
+++ src/include/version.h
@@ -11,9 +11,9 @@
 
 
 // Application Versions
-#define VERSION_STR     wxT("1.2.0 Post Beta 1")
+#define VERSION_STR     wxT("1.2.0 Beta 2")
 #define VERSION_NUM     1,2,0,0
-#define VERSION_PACKAGE 1.2.0-post-beta1
+#define VERSION_PACKAGE 1.2.0-beta2
 
 #define PRERELEASE 1
 // #define BUILD "..."


Home | Main Index | Thread Index

top