Index: version.h =================================================================== RCS file: /projects/pgadmin3/src/include/version.h,v retrieving revision 1.18 retrieving revision 1.19 diff -Lsrc/include/version.h -Lsrc/include/version.h -u -w -r1.18 -r1.19 --- src/include/version.h +++ src/include/version.h @@ -11,11 +11,11 @@ // Application Versions -#define VERSION_STR wxT("1.2.0 Post-RC2") -#define VERSION_NUM 1,2,0,99 -#define VERSION_PACKAGE 1.2.0post-rc2 +#define VERSION_STR wxT("1.2.0") +#define VERSION_NUM 1,2,0,0 +#define VERSION_PACKAGE 1.2.0 -#define PRERELEASE 1 +#define PRERELEASE 0 // #define BUILD "..." #ifdef RC_INVOKED