From: Tom Zanussi Date: Fri, 8 Aug 2014 20:56:55 +0000 (-0500) Subject: wic: Bump the version to 2.0 X-Git-Tag: 2015-4~1998 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d263cb055333e6432454a13403eda471c514a3e6;p=openembedded-core.git 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 --- 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"