aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.be/version2
-rw-r--r--libbe/upgrade.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.be/version b/.be/version
index 5f206dd..91c178e 100644
--- a/.be/version
+++ b/.be/version
@@ -1 +1 @@
-Bugs Everywhere Directory v2
+Bugs Everywhere Directory v1.1
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]