diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-22 00:47:14 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-22 00:47:14 -0400 |
| commit | 7e3418b42b7688bf45018e091eabe86109490de9 (patch) | |
| tree | 262db51c009cc74997e8b57c7723dfbcb4a9a992 | |
| parent | 368308cbac7d1b42087dc0fcbd581c742a79786c (diff) | |
Updating the version
| -rw-r--r-- | cloudmasterd/extra/cloudmasterd.spec | 4 | ||||
| -rw-r--r-- | cloudmasterd/lib/cloudmasterd/version.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cloudmasterd/extra/cloudmasterd.spec b/cloudmasterd/extra/cloudmasterd.spec index 870011d..9733ef3 100644 --- a/cloudmasterd/extra/cloudmasterd.spec +++ b/cloudmasterd/extra/cloudmasterd.spec @@ -6,8 +6,8 @@ Summary: daemon for machine configuration Name: rubygem-%{gemname} -Version: 0.1.3 -Release: 6%{?dist} +Version: 0.1.4 +Release: 1%{?dist} Group: Development/Languages License: GPLv2+ or Ruby URL: http://cloudmasterd.rubyforge.org diff --git a/cloudmasterd/lib/cloudmasterd/version.rb b/cloudmasterd/lib/cloudmasterd/version.rb index 35bae4f..ec06723 100644 --- a/cloudmasterd/lib/cloudmasterd/version.rb +++ b/cloudmasterd/lib/cloudmasterd/version.rb @@ -2,7 +2,7 @@ module Cloudmasterd #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 1 - TINY = 3 + TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end |
