From d263cb055333e6432454a13403eda471c514a3e6 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 8 Aug 2014 15:56:55 -0500 Subject: wic: Bump the version to 2.0 This represents a complete rework, and if we assume the previous version should have been 1.0 (instead of a silly .1x version), then this should be 2.0. Signed-off-by: Tom Zanussi --- scripts/lib/wic/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lib/wic/__version__.py b/scripts/lib/wic/__version__.py index 60d7626cac..5452a46712 100644 --- a/scripts/lib/wic/__version__.py +++ b/scripts/lib/wic/__version__.py @@ -1 +1 @@ -VERSION = "0.14" +VERSION = "2.00" -- cgit 1.2.3-korg