summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-24 20:12:36 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-24 20:12:36 +0000
commitf6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa (patch)
tree107de3f83716559264134fa8d5df56dcc399a578
parent85e4d31238ffd9d08c6e27fabf0266df5fa7c4eb (diff)
downloadpuppet-f6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa.tar.gz
puppet-f6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa.tar.xz
puppet-f6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa.zip
Updated to version 0.13.5
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@940 980ebf18-57e1-0310-9a29-db15c13687c0
-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 ce1e7d321..6d09ab953 100644
--- a/conf/redhat/puppet.spec
+++ b/conf/redhat/puppet.spec
@@ -4,7 +4,7 @@
Summary: A network tool for managing many disparate systems
Name: puppet
-Version: 0.13.4
+Version: 0.13.5
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 0f41dddc6..012db02d9 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -14,7 +14,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.13.4'
+ PUPPETVERSION = '0.13.5'
def Puppet.version
return PUPPETVERSION