Author: dpage Date: 2005-10-18 21:21:57 +0100 (Tue, 18 Oct 2005) New Revision: 4568
Modified: trunk/pgadmin3/configure.ac trunk/pgadmin3/src/include/version.h Log: Bump version number for beta 3 tomorrow Modified: trunk/pgadmin3/configure.ac =================================================================== --- trunk/pgadmin3/configure.ac 2005-10-18 20:21:06 UTC (rev 4567) +++ trunk/pgadmin3/configure.ac 2005-10-18 20:21:57 UTC (rev 4568) @@ -1,7 +1,7 @@ AC_PREREQ(2.57) AC_REVISION($Revision$) AC_COPYRIGHT(Copyright 2002 - 2004 The pgAdmin Development Team) -AC_INIT(pgadmin3, 1.4.0-beta2, [email protected]) +AC_INIT(pgadmin3, 1.4.0-beta3, [email protected]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR([src/pgAdmin3.cpp]) AM_CONFIG_HEADER([config.h]) Modified: trunk/pgadmin3/src/include/version.h =================================================================== --- trunk/pgadmin3/src/include/version.h 2005-10-18 20:21:06 UTC (rev 4567) +++ trunk/pgadmin3/src/include/version.h 2005-10-18 20:21:57 UTC (rev 4568) @@ -11,9 +11,9 @@ // Application Versions -#define VERSION_STR wxT("1.4.0 post-Beta 2") +#define VERSION_STR wxT("1.4.0 Beta 3") #define VERSION_NUM 1,4,0,0 -#define VERSION_PACKAGE 1.4.0-beta2 +#define VERSION_PACKAGE 1.4.0-beta3 #define PRERELEASE 1 // #define BUILD "..." ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
