Commit 9069dc11 authored by Jim Fulton's avatar Jim Fulton

Moved version name name setting here.

parent fa0d4903
......@@ -85,7 +85,7 @@
"""Global definitions"""
__version__='$Revision: 1.41 $'[11:-2]
__version__='$Revision: 1.42 $'[11:-2]
import Acquisition, ComputedAttribute, App.PersistentExtra, os
import TreeDisplay, string
......@@ -100,6 +100,7 @@ from App.Dialogs import MessageDialog
from App.ImageFile import ImageFile
DevelopmentMode=None
VersionNameName='Zope-Version'
data_dir = INSTANCE_HOME+'/var'
......
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