CVS Commit by dpage: Version number bump for 1.2.1
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Version number bump for 1.2.1
Log Message:
-----------
Version number bump for 1.2.1
Tags:
----
REL-1_2_0_PATCHES
Modified Files:
--------------
pgadmin3:
configure.ac (r1.32 -> r1.32.2.1)
pgadmin3/src/include:
version.h (r1.19.2.1 -> r1.19.2.2)
Index: configure.ac
===================================================================
RCS file: /projects/pgadmin3/configure.ac,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.32 -r1.32.2.1
--- configure.ac
+++ configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.57)
AC_REVISION($Revision$)
AC_COPYRIGHT(Copyright 2002 - 2004 The pgAdmin Development Team)
-AC_INIT(pgadmin3, 1.2.0, pgadmin-support(at)postgresql(dot)org)
+AC_INIT(pgadmin3, 1.2.1, pgadmin-support(at)postgresql(dot)org)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR([src/pgAdmin3.cpp])
AM_CONFIG_HEADER([config.h])
Index: version.h
===================================================================
RCS file: /projects/pgadmin3/src/include/version.h,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -Lsrc/include/version.h -Lsrc/include/version.h -u -w -r1.19.2.1 -r1.19.2.2
--- src/include/version.h
+++ src/include/version.h
@@ -11,9 +11,9 @@
// Application Versions
-#define VERSION_STR wxT("1.2.0")
-#define VERSION_NUM 1,2,0,0
-#define VERSION_PACKAGE 1.2.0
+#define VERSION_STR wxT("1.2.1")
+#define VERSION_NUM 1,2,1,0
+#define VERSION_PACKAGE 1.2.1
#define PRERELEASE 0
// #define BUILD "..."
Home |
Main Index |
Thread Index