Author: dpage Date: 2005-10-07 09:27:23 +0100 (Fri, 07 Oct 2005) New Revision: 4517
Modified: trunk/pgadmin3/configure.ac trunk/pgadmin3/src/include/version.h Log: Version tweaks to avoid confusion Modified: trunk/pgadmin3/configure.ac =================================================================== --- trunk/pgadmin3/configure.ac 2005-10-06 17:06:18 UTC (rev 4516) +++ trunk/pgadmin3/configure.ac 2005-10-07 08:27:23 UTC (rev 4517) @@ -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-beta1, [email protected]) +AC_INIT(pgadmin3, 1.4.0-beta1-dev1, [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-06 17:06:18 UTC (rev 4516) +++ trunk/pgadmin3/src/include/version.h 2005-10-07 08:27:23 UTC (rev 4517) @@ -11,9 +11,9 @@ // Application Versions -#define VERSION_STR wxT("1.4.0 Beta 1") +#define VERSION_STR wxT("1.4.0 Beta 1 Dev 1") #define VERSION_NUM 1,4,0,0 -#define VERSION_PACKAGE 1.4.0-beta1 +#define VERSION_PACKAGE 1.4.0-beta1-dev1 #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
