diff options
author | W. Trevor King <wking@drexel.edu> | 2009-08-31 13:18:36 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-08-31 13:18:36 -0400 |
commit | 61445df504c4267c774d572521a63136c595f007 (patch) | |
tree | 2314c0cb2f302f43f9c21e101b872f524bd798eb /libbe | |
parent | 5e8576a48fae6e9f7a9699d57571e926d7e6e236 (diff) | |
download | bugseverywhere-61445df504c4267c774d572521a63136c595f007.tar.gz |
Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/upgrade.py | 2 |
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] |