From: Paul Durrant Date: Fri, 4 Sep 2015 15:25:01 +0000 (+0100) Subject: Update to 8.2.0 X-Git-Tag: 8.2.0-rc1~58 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ba7e515f922a4bc9d711fe5fc063f5bb558e5ecd;p=pvdrivers%2Fwin%2Fxeniface.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 0bead3e..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,15 +0,0 @@ -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 diff --git a/build.py b/build.py index 5902d07..081cb71 100755 --- a/build.py +++ b/build.py @@ -414,7 +414,7 @@ if __name__ == '__main__': 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():