From 61445df504c4267c774d572521a63136c595f007 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 31 Aug 2009 13:18:36 -0400 Subject: [PATCH] Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS --- .be/version | 2 +- libbe/upgrade.py | 2 +- 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] -- 2.26.2