From c399ca2fe3b81e19b9ff7ddd3f8bebe41179be48 Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Fri, 7 Dec 2012 16:34:14 -0500 Subject: object-storage: Use "-dev" in the version string Currently, we have not solved the account mapping story entirely (we don't have a way to support more than one account to gluster volume in the mapping). As such, do not declare this as the final version. Also update the default RHS 2.0 spec file to "-3" for the release number to refer to the fact that we now have a working account mapping (see http://review.gluster.org/4222). Change-Id: Ia1cd0d18c1d7a7b20f732cc0ff867fecda30a7af BUG: 870589 Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/4283 Reviewed-by: Mohammed Junaid Tested-by: Gluster Build System --- ufo/gluster/swift/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufo/gluster/swift/__init__.py') diff --git a/ufo/gluster/swift/__init__.py b/ufo/gluster/swift/__init__.py index 17578ebe..ef350fd5 100644 --- a/ufo/gluster/swift/__init__.py +++ b/ufo/gluster/swift/__init__.py @@ -13,6 +13,6 @@ class Version(object): return '%s-dev' % (self.canonical_version,) -_version = Version('1.1', True) +_version = Version('1.1', False) __version__ = _version.pretty_version __canonical_version__ = _version.canonical_version -- cgit