1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-15 05:46:52 +03:00

Stamp HEAD as 9.3devel.

Let the hacking begin ...
This commit is contained in:
Tom Lane
2012-06-13 20:03:02 -04:00
parent 80edfd7659
commit bed88fceac
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 = 2;
$major2 = 3;
# Validate argument and compute derived variables
$minor = shift;