summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lathrop <paul@tertiusfamily.net>2008-03-25 14:27:58 -0700
committerPaul Lathrop <paul@tertiusfamily.net>2008-03-25 14:27:58 -0700
commit8a26c512e861596cf45ad85c2e66a8beb28d7463 (patch)
tree4ba722bfa0ec53aa3e1f3c053b833347aa328828
parent9cf7150549caf5d21a2a22f30d92cd5a73d00a40 (diff)
parent3a8053a137fa07a467e5dec6464d56bb36ddadf5 (diff)
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-rw-r--r--conf/redhat/puppet.spec2
-rw-r--r--lib/puppet.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index 15390bb60..65cb4939c 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.3
+Version: 0.24.4
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
diff --git a/lib/puppet.rb b/lib/puppet.rb
index ca49042cf..66a52f9e3 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.3'
+ PUPPETVERSION = '0.24.4'
def Puppet.version
return PUPPETVERSION