I also removed CHANGELOG as it's pretty useless and will likely become
misleading.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
+++ /dev/null
-7.0.0 (2013-05-30):
-* Initial public release
-
-7.1.0 (2013-07-08):
-* New 'bottom layer' of code which can be open sourced.
-* Upped version number to reflect build number reset
-
-7.2.0 (2013-09-27):
-* Drivers compatible with upstream Xen, QEMU and Linux dom0
-
-8.0.0 (2014-08-15):
-* Drivers with new API version scheme
-
-8.1.0 (2015-07-24):
-* Revised API versioning and unplug mechanism
os.environ['OBJECT_PREFIX'] = 'XenProject'
os.environ['MAJOR_VERSION'] = '8'
- os.environ['MINOR_VERSION'] = '1'
+ os.environ['MINOR_VERSION'] = '2'
os.environ['MICRO_VERSION'] = '0'
if 'BUILD_NUMBER' not in os.environ.keys():