X-Git-Url: http://git.rot13.org//?p=BackupPC.git;a=blobdiff_plain;f=makeDist;fp=makeDist;h=65e4607e633e9c8af08d3e15adddb411fea4d104;hp=1366c9f0d3de369120a706276f59af200bb22ea6;hb=fadae1eaa5482a441bc8e8aa829a063ee6a5f0c0;hpb=548eaee4152cf67cf4f30205dff89a7b9dcfb452 diff --git a/makeDist b/makeDist index 1366c9f..65e4607 100755 --- a/makeDist +++ b/makeDist @@ -53,8 +53,8 @@ die("BackupPC::Lib->new failed\n") umask(0022); -my $Version = "3.1.0"; -my $ReleaseDate = "15 Apr 2007"; +my $Version = "3.1.0beta0"; +my $ReleaseDate = "3 Sep 2007"; my $DistDir = "dist/BackupPC-$Version"; my @PerlSrc = qw( @@ -157,6 +157,7 @@ $ConfVars->{LogDir} = 2; $ConfVars->{ConfDir} = 2; $ConfVars->{InstallDir} = 2; $ConfVars->{CgiImageDir} = 2; +$ConfVars->{ClientCharsetLegacy} = 2; # actually used # # These config parameters are used in the code to be backward compatible,