Skip to content

Commit

Permalink
prototype: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Nov 6, 2007
1 parent 9b78edb commit 5ad3bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
*SVN*
*1.6.0* (November 6, 2007)

* Fix Class#addMethods for "toString" and "valueOf" methods in Internet Explorer. Closes #9901. [sam]

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
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_rc1'
PROTOTYPE_VERSION = '1.6.0'

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

Expand Down

0 comments on commit 5ad3bad

Please sign in to comment.