prototype: Version bump
This commit is contained in:
parent
9b78edb9de
commit
5ad3bad390
|
@ -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]
|
||||
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue