From 3aff15e987b134d44582c5bf7cfe21762c6ea319 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 23 Feb 2006 20:22:03 +0000 Subject: [PATCH] Updated to version 0.13.4 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@933 980ebf18-57e1-0310-9a29-db15c13687c0 --- conf/redhat/puppet.spec | 4 ++-- lib/puppet.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 3ec86c8d6..ce1e7d321 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.13.2 -Release: 2%{?dist} +Version: 0.13.4 +Release: 1%{?dist} License: GPL Group: System Environment/Base diff --git a/lib/puppet.rb b/lib/puppet.rb index a5707c69d..0f41dddc6 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.13.2' + PUPPETVERSION = '0.13.4' def Puppet.version return PUPPETVERSION