diff --git a/debian/changelog b/debian/changelog index bd264baf..3dd70285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -astute (11.0.0-1) unstable; urgency=low - - * Bump version to 11.0.0 - - -- Vladimir Kuklin Thu, 02 Mar 2017 15:49:12 +0300 - astute (10.0.0-1) trusty; urgency=low * Bump version to 10.0 diff --git a/lib/astute/version.rb b/lib/astute/version.rb index 3555871b..26216077 100644 --- a/lib/astute/version.rb +++ b/lib/astute/version.rb @@ -14,7 +14,7 @@ module Astute - VERSION = '11.0.0' + VERSION = '10.0.0' class Versioning def initialize(context) @ctx = context diff --git a/specs/astute.spec b/specs/astute.spec index e21b8d11..3d815bf9 100644 --- a/specs/astute.spec +++ b/specs/astute.spec @@ -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)