From 61445df504c4267c774d572521a63136c595f007 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 31 Aug 2009 13:18:36 -0400 Subject: Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS --- libbe/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/upgrade.py') 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] -- cgit