summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-06 22:40:42 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-06 22:40:42 +0000
commitad0fa4bca753143b9ec7e3e8dc7a1285f777e1cc (patch)
tree6218560b83ca09db7d2bdb3dbf0593ae10b3cba8
parentcee0882d05118d836556c6ea35f78d2aaa5d52ae (diff)
downloadpuppet-0.14.1.tar.gz
Adding release tag REL_0_14_10.14.1
git-svn-id: https://reductivelabs.com/svn/puppet/tags/REL_0_14_1@993 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--conf/redhat/puppet.spec2
-rw-r--r--lib/puppet.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index 68bc34fad..2f5aae7de 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.14.0
+Version: 0.14.1
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
diff --git a/lib/puppet.rb b/lib/puppet.rb
index d0b4726d2..6da0ee1d8 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.14.0'
+ PUPPETVERSION = '0.14.1'
def Puppet.version
return PUPPETVERSION