X-Git-Url: http://git.refcnt.org/?a=blobdiff_plain;f=version.pl;h=3b1d403e3dbb68eeef176ba24432fa46724e83cb;hb=fc006bdb885917a52eab3f343dc952910f1cba18;hp=850902eeddad409af4f7d7e0810ec6651a15f0f7;hpb=5f02f11890b79f3254fbafa67ee6600982953856;p=colorize.git 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 }