mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Copyright (c) 2008-2010, PostgreSQL Global Development Group
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/tools/version_stamp.pl,v 1.5 2010/01/02 16:58:16 momjian Exp $
|
||||
# $PostgreSQL: pgsql/src/tools/version_stamp.pl,v 1.6 2010/02/17 04:19:41 tgl Exp $
|
||||
#################################################################
|
||||
|
||||
#
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
# Major version is hard-wired into the script. We update it when we branch
|
||||
# a new development version.
|
||||
$major1 = 8;
|
||||
$major2 = 5;
|
||||
$major1 = 9;
|
||||
$major2 = 0;
|
||||
|
||||
# Validate argument and compute derived variables
|
||||
$minor = shift;
|
||||
|
Reference in New Issue
Block a user