Skip to content

Commit

Permalink
prototype: Bump to 1.6.0_rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Aug 14, 2007
1 parent d8b8c65 commit c7a706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROTOTYPE_ROOT = File.expand_path(File.dirname(__FILE__))
PROTOTYPE_SRC_DIR = File.join(PROTOTYPE_ROOT, 'src')
PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist')
PROTOTYPE_PKG_DIR = File.join(PROTOTYPE_ROOT, 'pkg')
PROTOTYPE_VERSION = '1.6.0_pre1'
PROTOTYPE_VERSION = '1.6.0_rc0'

task :default => [:dist, :package, :clean_package_source]

Expand Down

0 comments on commit c7a706f

Please sign in to comment.