From: Paul Durrant Date: Fri, 4 Sep 2015 15:18:49 +0000 (+0100) Subject: Update to 8.2.0 X-Git-Tag: 8.2.0-rc1~56 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b85c8bec524291370c1995514c467adb7f93d24b;p=pvdrivers%2Fwin%2Fxenvbd.git Update to 8.2.0 I also removed CHANGELOG as it's pretty useless and will likely become misleading. Signed-off-by: Paul Durrant --- diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index a5677e7..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,15 +0,0 @@ -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-15): -* Drivers with new API version scheme - -8.1.0 (2015-07-24): -* Revised API versioning and unplug mechanism diff --git a/build.py b/build.py index 404f790..75b9631 100755 --- a/build.py +++ b/build.py @@ -339,7 +339,7 @@ if __name__ == '__main__': 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():