1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Stamp HEAD as 9.2devel.

This commit is contained in:
Tom Lane
2011-06-11 17:46:49 -04:00
parent a4bebdd926
commit c962792211
7 changed files with 22 additions and 22 deletions

View File

@ -23,7 +23,7 @@
# Major version is hard-wired into the script. We update it when we branch
# a new development version.
$major1 = 9;
$major2 = 1;
$major2 = 2;
# Validate argument and compute derived variables
$minor = shift;