OSDN Git Service

Stamp HEAD as 9.2devel.
[pg-rex/syncrep.git] / src / tools / version_stamp.pl
index ef945da..f6b5325 100755 (executable)
@@ -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;