diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-06 22:11:05 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-06 22:11:05 +0000 |
commit | fbebcc5a7dbded18fc080bb21fbc5bb71079f8e1 (patch) | |
tree | 33a7f00c277b19b62adfb7f2cc213966de09b9b9 | |
parent | e309b76e168f83e27cf541dc19a02c5b25c1e47c (diff) | |
download | puppet-0.19.0.tar.gz |
Adding release tag REL_0_19_00.19.0
git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_19_0@1575 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.spec | 4 | ||||
-rw-r--r-- | conf/solaris/pkginfo | 2 | ||||
-rw-r--r-- | lib/puppet.rb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index d1d6a4b8c..3a6c7014f 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.18.4 -Release: 2%{?dist} +Version: 0.19.0 +Release: 1%{?dist} License: GPL Group: System Environment/Base diff --git a/conf/solaris/pkginfo b/conf/solaris/pkginfo index 7c1bc8ea3..996215c49 100644 --- a/conf/solaris/pkginfo +++ b/conf/solaris/pkginfo @@ -1,6 +1,6 @@ PKG=CSWpuppet NAME=puppet - System Automation Framework -VERSION=0.18.4 +VERSION=0.19.0 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 7e9e36d42..402a7e3b8 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -15,7 +15,7 @@ require 'puppet/config' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.18.4' + PUPPETVERSION = '0.19.0' def Puppet.version return PUPPETVERSION |