mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
upgrade tags to rc4 (note lower case for packagers)
This commit is contained in:
18
ChangeLogs/ChangeLog-7.1RC3-to-7.1rc4
Normal file
18
ChangeLogs/ChangeLog-7.1RC3-to-7.1rc4
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
2001-04-08 13:28 petere
|
||||||
|
|
||||||
|
* GNUmakefile.in: Rearrange distribution split as discussed on
|
||||||
|
-hackers.
|
||||||
|
|
||||||
|
2001-04-08 12:36 petere
|
||||||
|
|
||||||
|
* doc/FAQ_Solaris: Update to reflect OpenSSL 0.9.6a release.
|
||||||
|
|
||||||
|
2001-04-06 22:30 momjian
|
||||||
|
|
||||||
|
* doc/TODO: Update TODO list.
|
||||||
|
|
||||||
|
2001-04-06 13:05 scrappy
|
||||||
|
|
||||||
|
* ChangeLogs/ChangeLog-7.1RC2-to-7.1RC3:
|
||||||
|
update the change log, but nothing else ...
|
||||||
|
|
2
configure
vendored
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.1RC3'
|
VERSION='7.1rc4'
|
||||||
|
|
||||||
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.1RC3'
|
VERSION='7.1rc4'
|
||||||
AC_SUBST(VERSION)
|
AC_SUBST(VERSION)
|
||||||
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
|
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user