summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-25 23:24:43 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-25 23:24:43 +0000
commit1186069184af3357439f908aa40de6119a44e7ca (patch)
treea4d48dda63f4cfe507fabfd5b0b4373c3a18e467 /lib
parent87904d3728546ef5d32f80191bdc0c2814ee88ab (diff)
Small mods to the packaging stuff
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@851 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 1526b3c4b..e8bace1a6 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -13,7 +13,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.12.0'
+ PUPPETVERSION = '0.11.2'
def Puppet.version
return PUPPETVERSION