prototype: Bump to 1.6.0.1
This commit is contained in:
parent
4d3ebf0912
commit
804b99fb77
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*1.6.0.1* (December 4, 2007)
|
||||
|
||||
* Change document.viewport.getDimensions to exclude scrollbars in all cases. Closes #10148, #9288. [Nick Stackenburg]
|
||||
|
||||
|
|
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'
|
||||
PROTOTYPE_VERSION = '1.6.0.1'
|
||||
|
||||
task :default => [:dist, :package, :clean_package_source]
|
||||
|
||||
|
|
Loading…
Reference in New Issue