Merge "Revert "Bump version to 11.0.0""

This commit is contained in:
Jenkins 2017-03-29 11:58:18 +00:00 committed by Gerrit Code Review
commit e61117ba7c
3 changed files with 2 additions and 8 deletions

6
debian/changelog vendored
View File

@ -1,9 +1,3 @@
astute (11.0.0-1) unstable; urgency=low
* Bump version to 11.0.0
-- Vladimir Kuklin <vkuklin@mirantis.com> Thu, 02 Mar 2017 15:49:12 +0300
astute (10.0.0-1) trusty; urgency=low
* Bump version to 10.0

View File

@ -14,7 +14,7 @@
module Astute
VERSION = '11.0.0'
VERSION = '10.0.0'
class Versioning
def initialize(context)
@ctx = context

View File

@ -1,5 +1,5 @@
%define rbname astute
%{!?version: %define version 11.0.0}
%{!?version: %define version 10.0.0}
%{!?release: %define release 1}
%if 0%{?rhel} == 6
%global gem_dir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)