summaryrefslogtreecommitdiff
path: root/cpp/doc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/doc')
-rw-r--r--cpp/doc/swish/swish.conf4
-rw-r--r--cpp/doc/swish/swishcgi.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/doc/swish/swish.conf b/cpp/doc/swish/swish.conf
index d8525b57482..4d0de8b7f60 100644
--- a/cpp/doc/swish/swish.conf
+++ b/cpp/doc/swish/swish.conf
@@ -1,6 +1,6 @@
Replacerules remove /var/www/html/
-IndexDir /var/www/html/doc/Ice-3.3.1/reference
-IndexDir /var/www/html/doc/Ice-3.3.1/manual
+IndexDir /var/www/html/doc/Ice-3.4b/reference
+IndexDir /var/www/html/doc/Ice-3.4b/manual
IndexOnly .html
FileRules filename is _sindex\.html
DefaultContents HTML*
diff --git a/cpp/doc/swish/swishcgi.conf b/cpp/doc/swish/swishcgi.conf
index 27285bdc9c3..d37ddc5e408 100644
--- a/cpp/doc/swish/swishcgi.conf
+++ b/cpp/doc/swish/swishcgi.conf
@@ -1,6 +1,6 @@
use lib '/var/www/html/doc/swishdir';
-my $ice_version = '3.3.0';
+my $ice_version = '3.4b';
my $suffix = '-IceTouch';
my $referer = $ENV{HTTP_REFERER} ? $ENV{HTTP_REFERER} : '';