CVS Commit by dpage: Correct version
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Correct version
Log Message:
-----------
Correct version
Modified Files:
--------------
pgadmin3:
configure.ac (r1.26 -> r1.27)
Index: configure.ac
===================================================================
RCS file: /projects/pgadmin3/configure.ac,v
retrieving revision 1.26
retrieving revision 1.27
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.26 -r1.27
--- 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-beta3, pgadmin-support(at)postgresql(dot)org)
+AC_INIT(pgadmin3, 1.2.0-post-beta3, pgadmin-support(at)postgresql(dot)org)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR([src/pgAdmin3.cpp])
AM_CONFIG_HEADER([config.h])
Home |
Main Index |
Thread Index