diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-23 20:22:03 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-23 20:22:03 +0000 |
commit | 3aff15e987b134d44582c5bf7cfe21762c6ea319 (patch) | |
tree | 60c3a44338686d8a288d0a21de7968630aa8a09b | |
parent | 1f05ad0edd45f7db1c4ef23bf7f4cff7a0678bd2 (diff) | |
download | puppet-3aff15e987b134d44582c5bf7cfe21762c6ea319.tar.gz puppet-3aff15e987b134d44582c5bf7cfe21762c6ea319.tar.xz puppet-3aff15e987b134d44582c5bf7cfe21762c6ea319.zip |
Updated to version 0.13.4
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@933 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.spec | 4 | ||||
-rw-r--r-- | lib/puppet.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 3ec86c8d6..ce1e7d321 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -4,8 +4,8 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.13.2 -Release: 2%{?dist} +Version: 0.13.4 +Release: 1%{?dist} License: GPL Group: System Environment/Base diff --git a/lib/puppet.rb b/lib/puppet.rb index a5707c69d..0f41dddc6 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.2' + PUPPETVERSION = '0.13.4' def Puppet.version return PUPPETVERSION |