summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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