prototype: Bump to 1.6.0.1

This commit is contained in:
Sam Stephenson 2007-12-05 03:01:15 +00:00
parent 4d3ebf0912
commit 804b99fb77
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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]