From fbebcc5a7dbded18fc080bb21fbc5bb71079f8e1 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 6 Sep 2006 22:11:05 +0000 Subject: Adding release tag REL_0_19_0 git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_19_0@1575 980ebf18-57e1-0310-9a29-db15c13687c0 --- conf/redhat/puppet.spec | 4 ++-- conf/solaris/pkginfo | 2 +- 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 -- cgit v1.2.3