X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=blobdiff_plain;f=version.pl;h=3b1d403e3dbb68eeef176ba24432fa46724e83cb;hp=850902eeddad409af4f7d7e0810ec6651a15f0f7;hb=b5ff1ba35b959261c855262b6e820732e72b0bfe;hpb=5f02f11890b79f3254fbafa67ee6600982953856 diff --git a/version.pl b/version.pl index 850902e..3b1d403 100755 --- a/version.pl +++ b/version.pl @@ -14,11 +14,11 @@ and system('git ls-files colorize.c --error-unmatch >/dev/null 2>&1') == 0) { if (length $version) { print <<"EOT"; -const char *version = "$version"; +const char *const version = "$version"; EOT } else { print <<'EOT'; -const char *version = NULL; +const char *const version = NULL; EOT }