]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commitdiff
Update the minor number.
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 3 Jul 2013 08:49:10 +0000 (09:49 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 3 Jul 2013 08:55:19 +0000 (09:55 +0100)
When the repo was moved from mercurial to git the build system started
build numbers from #1 again. Bump the minor version number to avoid
confusion between these new builds and old builds of the original repo.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
CHANGELOG
build.py

index 00bf1f8bca319f9f62f796ee8cff5849a09662e2..6da40dfba8f3fcfafbd81764c2cc6d812eff90c8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,6 @@
 7.0.0 (2013-06-19):
-* Initial public release
+* Initial public release.
+
+7.1.0 (2013-07-03):
+* Update minor number to disambiguate new builds from builds of the
+  old mercurial repo.
index bee6ce7f70a96efac14e0c3c0895679641383feb..6ceb4c3104252cc4f83bf132599125597a429a45 100644 (file)
--- a/build.py
+++ b/build.py
@@ -269,7 +269,7 @@ if __name__ == '__main__':
     driver = 'xennet'
 
     os.environ['MAJOR_VERSION'] = '7'
-    os.environ['MINOR_VERSION'] = '0'
+    os.environ['MINOR_VERSION'] = '1'
     os.environ['MICRO_VERSION'] = '0'
 
     if 'BUILD_NUMBER' not in os.environ.keys():