From 4dffaf3ec55de8a40276fb44516f2dbb2b90fc08 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 24 Jul 2008 01:20:03 +0200 Subject: Reverting the version so my release process works Signed-off-by: Luke Kanies --- conf/redhat/puppet.spec | 2 +- lib/puppet.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 3f5378753..02243d49e 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -7,7 +7,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.24.5 +Version: 0.24.4 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base diff --git a/lib/puppet.rb b/lib/puppet.rb index 21e27147f..83e5da68f 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -25,7 +25,7 @@ require 'puppet/util/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.24.5' + PUPPETVERSION = '0.24.4' def Puppet.version return PUPPETVERSION -- cgit