rsence 2.0.0.4.pre → 2.0.0.5.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/conf/argv.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.0.
|
1
|
+
2.0.0.5.pre
|
data/lib/conf/argv.rb
CHANGED
@@ -1000,7 +1000,7 @@ Visit http://rsence.org/ for further information.
|
|
1000
1000
|
END
|
1001
1001
|
) }
|
1002
1002
|
version_file = File.join( env_dir, 'VERSION' )
|
1003
|
-
File.open(
|
1003
|
+
File.open( version_file, 'w' ) {|f| f.write( "RSence Environment Version #{version.to_f}" ) }
|
1004
1004
|
puts <<-END
|
1005
1005
|
|
1006
1006
|
#{'-='*39}-
|