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-06-19):
-* Initial public release.
-
-7.1.0 (2013-07-03):
-* Update minor number to disambiguate new builds from builds of the
- old mercurial repo.
-
-7.2.0 (2013-09-27):
-* Drivers compatible with upstream Xen, QEMU and Linux dom0
-
-8.0.0 (2014-08-14):
-* Drivers with new API version scheme
-
-8.1.0 (2015-07-24):
-* Revised API versioning and unplug mechanism
os.environ['PRODUCT_NAME'] = 'Xen'
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():