diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-22 15:46:32 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-22 15:46:32 +0000 |
commit | 58ef35dba2f8c76185435b5466651247b3c4b671 (patch) | |
tree | b9c4adc090a89d83d125b97a5a61ad6f9e5a81b2 | |
parent | dd727eff0e09284f68603dd4ed450b2cf1358c53 (diff) | |
download | puppet-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-- | Rakefile | 1 | ||||
-rw-r--r-- | lib/puppet.rb | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |