projects
/
booh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix 27b5d1952926a7bf7cd1f1d35305c7dde1c4a195 "Thread.critical does not exist in ruby...
[booh]
/
lib
/
booh
/
pre-setup.rb
diff --git
a/lib/booh/pre-setup.rb
b/lib/booh/pre-setup.rb
index 60c721889df14288aaedd8694d235f1722bff416..e9ecccc28587fae115165c38d89f9e46c430ee99 100644
(file)
--- a/
lib/booh/pre-setup.rb
+++ b/
lib/booh/pre-setup.rb
@@
-18,7
+18,7
@@
File.open('version.rb', 'w') do |file|
begin
version = IO.readlines('../../VERSION').join.chomp
rescue Errno::ENOENT
- version = "
CVS
"
+ version = "
dev
"
end
file.print <<EOS
# This file is automatically generated by the installer.