diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-15 21:39:48 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-15 21:39:48 +0000 |
commit | 559f4b0003d769d6996f5f8c0d9a5bb488bb094a (patch) | |
tree | f8d56ed96cb542921e6fea9c8ac0dd695a8efed6 | |
parent | 3be0f959e3b29561ef19f5c7940256fe6316cd33 (diff) | |
download | puppet-0.17.0.tar.gz |
Adding release tag REL_0_17_00.17.0
git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_17_0@1202 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.spec | 2 | ||||
-rw-r--r-- | lib/puppet.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 44d104650..a085100c4 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.16.5 +Version: 0.17.0 Release: 1%{?dist} License: GPL Group: System Environment/Base diff --git a/lib/puppet.rb b/lib/puppet.rb index d752655d8..1f45ca42e 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.16.5' + PUPPETVERSION = '0.17.0' def Puppet.version return PUPPETVERSION |