Change all NEWSV() to newSV() in the core and non-dual-lived modules.
[p5sagit/p5-mst-13.2.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";