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

Commit 741604d

Browse files
committed
tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it should have been done generate a new Changelog from rc4, which is nice and short ... one python interface change tag configure as 7.1, for generating the packages ... This is it folks ... Release 7.1 is officially here ...
1 parent ef922b2 commit 741604d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLogs/ChangeLog-7.1rc4-7.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2001-04-12 05:49 darcy
2+
3+
* src/interfaces/python/pgdb.py: I just noticed the beta comment.
4+
That's not actually true any more so I removed it.
5+
6+

configure

Lines changed: 1 addition & 1 deletion
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.1rc4'
612+
VERSION='7.1'
613613

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

configure.in

Lines changed: 1 addition & 1 deletion
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.1rc4'
31+
VERSION='7.1'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

0 commit comments

Comments
 (0)