diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-13 16:59:49 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-13 16:59:49 +0000 |
commit | 2feb9e816ae28637d33293b4b6f5b2094cc90d5c (patch) | |
tree | 2d6a510854e3a2572f1167ae0bf688245e963d8a | |
parent | 7d46167e017f4fa95342a439547f732c06e7e13c (diff) | |
download | puppet-0.20.1.tar.gz |
Adding release tag REL_0_20_10.20.1
git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_20_1@1883 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.spec | 2 | ||||
-rw-r--r-- | conf/solaris/pkginfo | 2 | ||||
-rw-r--r-- | lib/puppet.rb | 2 | ||||
-rw-r--r-- | lib/puppet/type/notify.rb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 5af88a9af..2266f8a99 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.20.0 +Version: 0.20.1 Release: 1%{?dist} License: GPL Group: System Environment/Base diff --git a/conf/solaris/pkginfo b/conf/solaris/pkginfo index 22e337b6f..2a4c1365a 100644 --- a/conf/solaris/pkginfo +++ b/conf/solaris/pkginfo @@ -1,6 +1,6 @@ PKG=CSWpuppet NAME=puppet - System Automation Framework -VERSION=0.20.0 +VERSION=0.20.1 CATEGORY=application VENDOR=http://reductivelabs.com/projects/puppet HOTLINE=http://reductivelabs.com/cgi-bin/puppet.cgi diff --git a/lib/puppet.rb b/lib/puppet.rb index a6e8aef1a..54a9f6c77 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -19,7 +19,7 @@ require 'puppet/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.20.0' + PUPPETVERSION = '0.20.1' def Puppet.version return PUPPETVERSION diff --git a/lib/puppet/type/notify.rb b/lib/puppet/type/notify.rb index 925cb6b1f..0d94497b6 100644 --- a/lib/puppet/type/notify.rb +++ b/lib/puppet/type/notify.rb @@ -42,4 +42,4 @@ module Puppet end end -# $Id:$ +# $Id$ |