Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ecd8ddd

Browse files
committed
upgrade tags to rc4 (note lower case for packagers)
1 parent fc21f3c commit ecd8ddd

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

ChangeLogs/ChangeLog-7.1RC3-to-7.1rc4

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2001-04-08 13:28 petere
2+
3+
* GNUmakefile.in: Rearrange distribution split as discussed on
4+
-hackers.
5+
6+
2001-04-08 12:36 petere
7+
8+
* doc/FAQ_Solaris: Update to reflect OpenSSL 0.9.6a release.
9+
10+
2001-04-06 22:30 momjian
11+
12+
* doc/TODO: Update TODO list.
13+
14+
2001-04-06 13:05 scrappy
15+
16+
* ChangeLogs/ChangeLog-7.1RC2-to-7.1RC3:
17+
update the change log, but nothing else ...
18+

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ ac_config_sub=$ac_aux_dir/config.sub
609609
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
610610

611611

612-
VERSION='7.1RC3'
612+
VERSION='7.1rc4'
613613

614614
cat >> confdefs.h <<EOF
615615
#define PG_VERSION "$VERSION"

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
2828
AC_PREREQ(2.13)
2929
AC_CONFIG_AUX_DIR(config)
3030

31-
VERSION='7.1RC3'
31+
VERSION='7.1rc4'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

0 commit comments

Comments
 (0)