aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/upgrade.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-08-31 13:18:36 -0400
committerW. Trevor King <wking@drexel.edu>2009-08-31 13:18:36 -0400
commit61445df504c4267c774d572521a63136c595f007 (patch)
tree2314c0cb2f302f43f9c21e101b872f524bd798eb /libbe/upgrade.py
parent5e8576a48fae6e9f7a9699d57571e926d7e6e236 (diff)
downloadbugseverywhere-61445df504c4267c774d572521a63136c595f007.tar.gz
Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS
Diffstat (limited to 'libbe/upgrade.py')
-rw-r--r--libbe/upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/upgrade.py b/libbe/upgrade.py
index 215dbce..6f14cd8 100644
--- a/libbe/upgrade.py
+++ b/libbe/upgrade.py
@@ -28,7 +28,7 @@ import rcs
# a list of all past versions
BUGDIR_DISK_VERSIONS = ["Bugs Everywhere Tree 1 0",
- "Bugs Everywhere Directory v2"]
+ "Bugs Everywhere Directory v1.1"]
# the current version
BUGDIR_DISK_VERSION = BUGDIR_DISK_VERSIONS[-1]