From dc5ec29f7bc896e8d10bf17c660075de8216edbe Mon Sep 17 00:00:00 2001 From: Brad Hall Date: Sat, 5 Nov 2011 03:21:42 -0700 Subject: [PATCH] Change version numbers to be compatible with debian packaging Change-Id: I4548049e678ca04f33857b9ae21c1bc879e30cef --- client/setup.py | 2 +- common/setup.py | 2 +- plugins/sample-plugin/setup.py | 2 +- quantum/setup.py | 2 +- server/setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/setup.py b/client/setup.py index b0d4a3038..127bd8a50 100644 --- a/client/setup.py +++ b/client/setup.py @@ -7,7 +7,7 @@ except ImportError: Name = 'quantum-client' Url = "https://launchpad.net/quantum" -Version = '2012.1-dev' +Version = '2012.1dev' License = 'Apache License 2.0' # Change as required Author = 'Netstack' diff --git a/common/setup.py b/common/setup.py index f5ffb683b..37a4cecf1 100644 --- a/common/setup.py +++ b/common/setup.py @@ -7,7 +7,7 @@ except ImportError: Name = 'quantum-common' Url = "https://launchpad.net/quantum" -Version = '2012.1-dev' +Version = '2012.1dev' License = 'Apache License 2.0' # Change as required Author = 'Netstack' diff --git a/plugins/sample-plugin/setup.py b/plugins/sample-plugin/setup.py index 6a8097a12..2ed20c594 100644 --- a/plugins/sample-plugin/setup.py +++ b/plugins/sample-plugin/setup.py @@ -7,7 +7,7 @@ except ImportError: Name = 'quantum-sample-plugin' ProjecUrl = "https://launchpad.net/quantum" -Version = '2012.1-dev' +Version = '2012.1dev' License = 'Apache License 2.0' # Change as required Author = 'Netstack' diff --git a/quantum/setup.py b/quantum/setup.py index 3693883cb..c6e7f027b 100644 --- a/quantum/setup.py +++ b/quantum/setup.py @@ -7,7 +7,7 @@ except ImportError: Name = 'quantum' Url = "https://launchpad.net/quantum" -Version = '2012.1-dev' +Version = '2012.1dev' License = 'Apache License 2.0' Author = 'Netstack' AuthorEmail = 'netstack@lists.launchpad.net' diff --git a/server/setup.py b/server/setup.py index 618a5d15b..c6eeb1733 100644 --- a/server/setup.py +++ b/server/setup.py @@ -10,7 +10,7 @@ import sys Name = 'quantum-server' Url = "https://launchpad.net/quantum" -Version = '2012.1-dev' +Version = '2012.1dev' License = 'Apache License 2.0' Author = 'Netstatck' AuthorEmail = 'netstack@lists.launchpad.net' -- 2.45.2