tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it


			
			
				REL7_1_STABLE
			
			
				REL7_1
			
		
Marc G. Fournier 25 years ago
parent ef922b2556
commit 741604dd84
  1. 6
      ChangeLogs/ChangeLog-7.1rc4-7.1
  2. 2
      configure
  3. 2
      configure.in

@ -0,0 +1,6 @@
2001-04-12 05:49 darcy
* src/interfaces/python/pgdb.py: I just noticed the beta comment.
That's not actually true any more so I removed it.

2
configure vendored

@ -609,7 +609,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
VERSION='7.1rc4' VERSION='7.1'
cat >> confdefs.h <<EOF cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION" #define PG_VERSION "$VERSION"

@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
AC_PREREQ(2.13) AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
VERSION='7.1rc4' VERSION='7.1'
AC_SUBST(VERSION) AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")

Loading…
Cancel
Save