diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-08-10 12:12:26 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-08-10 12:12:26 +0800 |
commit | c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc (patch) | |
tree | d195a0c8958a9edf916605d24354b07688d82271 /cpp/doc/swish | |
parent | merged in both of Jose's 4071 fixes. (diff) | |
download | ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.bz2 ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.xz ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.zip |
3.3b version changes.
Diffstat (limited to 'cpp/doc/swish')
-rw-r--r-- | cpp/doc/swish/swish.conf | 4 | ||||
-rw-r--r-- | cpp/doc/swish/swishcgi.conf | 2 |
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} : ''; |