Set version info to release version 4.00 before branching.

- Legacy-Id: 4176
This commit is contained in:
Henrik Levkowetz 2012-03-24 09:33:52 +00:00
parent 2e386728f9
commit 46099bc38a
2 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@ __version__ = "4.00"
__date__ = "$Date$"
__rev__ = "$Rev: 3975"
__rev__ = "$Rev$"
__id__ = "$Id$"

View file

@ -14,7 +14,7 @@ import sys
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
sys.path.append(os.path.abspath(BASE_DIR + "/../redesign"))
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
# Domain name of the IETF
@ -176,7 +176,7 @@ IDTRACKER_BASE_URL = "http://datatracker.ietf.org"
# Valid values:
# 'production', 'test', 'development'
# Override this in settings_local.py if it's not true
SERVER_MODE = 'development'
SERVER_MODE = 'production'
# The name of the method to use to invoke the test suite
TEST_RUNNER = 'ietf.utils.test_runner.run_tests'