diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-07-22 18:21:34 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-07-22 18:21:34 +1000 |
commit | aac7dd1cc2da1d90218b54ca06a5703923b63fa9 (patch) | |
tree | b13a3a62341d5db6b0e4d186a2de9a010b8bcea4 | |
parent | a485370fdedee177ece616a3c2ea40d5d6550259 (diff) | |
download | puppet-aac7dd1cc2da1d90218b54ca06a5703923b63fa9.tar.gz puppet-aac7dd1cc2da1d90218b54ca06a5703923b63fa9.tar.xz puppet-aac7dd1cc2da1d90218b54ca06a5703923b63fa9.zip |
Incremented versions
-rw-r--r-- | conf/redhat/puppet.spec | 5 | ||||
-rw-r--r-- | lib/puppet.rb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 65cb4939c..3f5378753 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -7,7 +7,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.24.4 +Version: 0.24.5 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base @@ -157,6 +157,9 @@ fi rm -rf %{buildroot} %changelog +* Mon Jul 22 2008 James Turnbull <james@lovedthanlost.net> - 0.24.5-1 +- New version + * Sat Dec 22 2007 David Lutterkort <dlutter@redhat.com> - 0.24.1-1 - New version diff --git a/lib/puppet.rb b/lib/puppet.rb index 83e5da68f..21e27147f 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -25,7 +25,7 @@ require 'puppet/util/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.24.4' + PUPPETVERSION = '0.24.5' def Puppet.version return PUPPETVERSION |