1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

Stamp HEAD as 8.5devel.

This commit is contained in:
Tom Lane
2009-07-01 23:15:55 +00:00
parent 2c3c2c1c3c
commit f4ab0b032b
7 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
#
# Copyright (c) 2008-2009, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/tools/version_stamp.pl,v 1.2 2009/01/01 17:24:04 momjian Exp $
# $PostgreSQL: pgsql/src/tools/version_stamp.pl,v 1.3 2009/07/01 23:15:55 tgl Exp $
#################################################################
#
@@ -23,7 +23,7 @@
# Major version is hard-wired into the script. We update it when we branch
# a new development version.
$major1 = 8;
$major2 = 4;
$major2 = 5;
# Validate argument and compute derived variables
$minor = shift;