summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-07-19 00:07:47 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-07-19 00:07:47 +0000
commit88ae2d44e009ce6b03772a8af63d86405ab4595c (patch)
tree2457337603b0d1222b79e341735a53885d80a5f5 /django/__init__.py
parenta19ed8aea395e8e07164ff7d85bd7dff2f24edca (diff)
Fixed django.VERSION after NFA merge.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 9c5fda133d..de473fa4e9 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 97, 'newforms-admin')
+VERSION = (0, 97, 'pre')
def get_version():
"Returns the version as a human-format string."