Bump to 1.9.1 to match Swift version

Change-Id: I125db97e772b86cd51a45627c2fa23809e80878b
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/5702
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
This commit is contained in:
Peter Portante 2013-08-24 13:20:49 -04:00 committed by Luis Pabon
parent 3861bcec94
commit 2b083997a3

View File

@ -44,6 +44,6 @@ class PkgInfo(object):
###
### Change the Package version here
###
_pkginfo = PkgInfo('1.9.0', '0', 'glusterfs-openstack-swift', False)
_pkginfo = PkgInfo('1.9.1', '0', 'glusterfs-openstack-swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version