diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-26 17:38:01 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-26 17:38:01 +0000 |
commit | 13c91eae3fe8feab74752e5b6209cf5b81acad12 (patch) | |
tree | b6d03d78465218b633cddf9533e08f9406cdeed5 | |
parent | 003e897f6839b7f5e771c2b8f4c7feb9fadba4dc (diff) | |
download | puppet-13c91eae3fe8feab74752e5b6209cf5b81acad12.tar.gz |
Adding release tag REL_0_16_20.16.2
git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_16_2@1142 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 74955b79e..6aa415dd5 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.1 +Version: 0.16.2 Release: 1%{?dist} License: GPL Group: System Environment/Base diff --git a/lib/puppet.rb b/lib/puppet.rb index 213eb088e..6824c822f 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.1' + PUPPETVERSION = '0.16.2' def Puppet.version return PUPPETVERSION |