Commit 70c7c96c authored by 's avatar

Added a contributed patch to keep ZS from always using (unreleased

version) as its version string.
parent 055e68dd
......@@ -93,7 +93,7 @@ CONNECTION_LIMIT=max_sockets.max_select_sockets()
ZSERVER_VERSION='1.1b1'
try:
import App.version_txt
import App.version_txt, App.FindHomes
ZOPE_VERSION=App.version_txt.version_txt()
except:
ZOPE_VERSION='experimental'
......
......@@ -93,7 +93,7 @@ CONNECTION_LIMIT=max_sockets.max_select_sockets()
ZSERVER_VERSION='1.1b1'
try:
import App.version_txt
import App.version_txt, App.FindHomes
ZOPE_VERSION=App.version_txt.version_txt()
except:
ZOPE_VERSION='experimental'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment