update version

This commit is contained in:
Konstantin Makarchev 2018-01-22 12:51:37 +03:00
parent 660259e572
commit 5245b8f3e3
3 changed files with 8 additions and 8 deletions

4
.gitignore vendored
View File

@ -38,4 +38,6 @@ debian/files
config.sub*
config.guess*
bindings/java/${dist}
bindings/python/build
bindings/python/build
TODO*
check*.rb

View File

@ -20,9 +20,7 @@ MAKE = (/mswin/ =~ RUBY_PLATFORM) ? 'nmake' : 'make'
spec = Gem::Specification.new do |s|
s.name = GEM
# s.version = props['version.major'] + '.' + props['version.minor'] + '.' + props['version.maint']
# '0.7.x' until the sigar-1.7.0 release
s.version = '0' + '.' + props['version.minor'] + '.' + '3'
s.version = props['version.major'] + '.' + props['version.minor'] + '.' + props['version.maint']
s.summary = props['project.summary']
s.description = s.summary
s.author = props['project.author']

View File

@ -1,11 +1,11 @@
copyright.year=2004-2011
version.major=1
version.minor=7
version.major=2
version.minor=0
version.maint=0
version.build=0
project.name=sigar
project.name=kostya-sigar
project.author=Doug MacEachern
project.email=sigar-users@hyperic.org
project.homepage=http://sigar.hyperic.com/
project.homepage=https://github.com/kostya/sigar
project.summary=System Information Gatherer And Reporter