common: bump version to 1.8
[sheet.git] / common.inc.plp
index 11f1fb4a18a7e2959048542198551c2845204c40..fe2a2878a6a09d8c5e7861b2bb6e7d12452e89d7 100644 (file)
@@ -41,7 +41,7 @@ sub stylesheet {
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
-               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.8", $_
        ) } @_;
 }