summaryrefslogtreecommitdiffstats
path: root/hcachever.sh.in
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2008-05-17 11:08:09 -0700
committerRocco Rutte <pdmef@gmx.net>2008-05-17 11:08:09 -0700
commit75b9583bf22a8e7b381ede74162eb0e09a1c91a8 (patch)
treea5c951db5a64ff1e5ad5ccf1352b140279480e0e /hcachever.sh.in
parent4d551fdf5140722d17cfaac03c6b2cbdb9f2ea82 (diff)
When necessary, convert strings to utf-8 in the header cache.
If iconv is unavailable, include the charset in effect as part of the cache file name. Closes #3023.
Diffstat (limited to 'hcachever.sh.in')
-rwxr-xr-xhcachever.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcachever.sh.in b/hcachever.sh.in
index 7e3c06bd..4137f8a7 100755
--- a/hcachever.sh.in
+++ b/hcachever.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
-BASEVERSION=1
+BASEVERSION=2
MD5=@MD5@
if test "$MD5" = "openssl"