]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Update build to reflect version
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 27 Sep 2013 12:58:16 +0000 (13:58 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 27 Sep 2013 12:58:16 +0000 (13:58 +0100)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
build.py

index 2800b1fa37fb7dcc68fcd3d1c5cef3b3432b7227..12c4b7fc0d4b660a424092071ea37e5884f5ce25 100644 (file)
--- a/build.py
+++ b/build.py
@@ -267,7 +267,7 @@ if __name__ == '__main__':
     debug = { 'checked': True, 'free': False }
 
     os.environ['MAJOR_VERSION'] = '7'
-    os.environ['MINOR_VERSION'] = '1'
+    os.environ['MINOR_VERSION'] = '2'
     os.environ['MICRO_VERSION'] = '0'
 
     if 'BUILD_NUMBER' not in os.environ.keys():