summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-10-28 13:40:26 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-10-28 13:40:26 +1100
commit05a5e14e2c1387ee15d37c325b6795f121ceb28c (patch)
tree3aec825499186950a0d80bc6e8e106258da05c87 /lib
parent9ecbd6306d227189ba161954aafc3e7f782a87b9 (diff)
parentb2c1149b5f374df77ad3e017749f22f6981a453f (diff)
downloadpuppet-05a5e14e2c1387ee15d37c325b6795f121ceb28c.tar.gz
puppet-05a5e14e2c1387ee15d37c325b6795f121ceb28c.tar.xz
puppet-05a5e14e2c1387ee15d37c325b6795f121ceb28c.zip
Merge branch 'l' into 0.24.x
Conflicts: conf/redhat/puppet.spec
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 21e27147f..acf324642 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.5'
+ PUPPETVERSION = '0.24.6'
def Puppet.version
return PUPPETVERSION