common: drop leading 'v' in version numbers
[sheet.git] / source.plp
index 418a2c17c75c11ebd539f06c2670403feac075b3..7facf51a885f7662c1126a514df9f33696662822 100644 (file)
@@ -28,7 +28,7 @@ if ($source =~ s{(?<=\Q.inc.pl\E)/jsonp?$}{} and -r $source) {
 
 Html({
        title => "$source source code",
-       version => 'v1.1',
+       version => '1.1',
        description => !$source ? 'Index of source files for this site.' : [
                "Source code of the $source file at this site,",
                "with syntax highlighted and references linked."