summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-22 15:46:32 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-22 15:46:32 +0000
commit58ef35dba2f8c76185435b5466651247b3c4b671 (patch)
treeb9c4adc090a89d83d125b97a5a61ad6f9e5a81b2
parentdd727eff0e09284f68603dd4ed450b2cf1358c53 (diff)
downloadpuppet-58ef35dba2f8c76185435b5466651247b3c4b671.tar.gz
puppet-58ef35dba2f8c76185435b5466651247b3c4b671.tar.xz
puppet-58ef35dba2f8c76185435b5466651247b3c4b671.zip
updates
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@752 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--Rakefile1
-rw-r--r--lib/puppet.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8523aa080..7d0650f2f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -87,6 +87,7 @@ PKG_FILES = FileList[
'lib/**/*.rb',
'test/**/*.rb',
'bin/**/*',
+ 'ext/**/*',
'examples/**/*'
]
PKG_FILES.delete_if {|item| item.include?(".svn")}
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 229816641..5d36a1138 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -11,7 +11,7 @@ require 'puppet/log'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION="1.0.0"
+ PUPPETVERSION="0.9.1"
def Puppet.version
return PUPPETVERSION