This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Text-Balanced from version 2.02 to 2.03
[perl5.git] / plan9 / versnum
index 83e4682..6e579f3 100644 (file)
@@ -1,5 +1,5 @@
-/PATCHLEVEL/ {base = $3}
-/SUBVERSION/ {subvers = $3}
+/PERL_VERSION/ {base = $3}
+/PERL_SUBVERSION/ {subvers = $3}
 END {
 if (subvers == 0) 
        printf "p9pvers = 5.%03d\n", base> "buildinfo";