Bump version number to 1.6.0.3.

This commit is contained in:
Tobie Langel 2008-09-29 03:09:16 +02:00
parent 413d2fd538
commit 34ee2078f8
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
*1.6.0.3* (September 29, 2008)
* Add support for the Chrome browser in jstest.rb. (Andrew Dupont)
* Workaround a JavaScript exception in Opera. (Thomas Fuchs)

View File

@ -7,7 +7,7 @@ PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist')
PROTOTYPE_PKG_DIR = File.join(PROTOTYPE_ROOT, 'pkg')
PROTOTYPE_TEST_DIR = File.join(PROTOTYPE_ROOT, 'test')
PROTOTYPE_TMP_DIR = File.join(PROTOTYPE_TEST_DIR, 'unit', 'tmp')
PROTOTYPE_VERSION = '1.6.0.2'
PROTOTYPE_VERSION = '1.6.0.3'
task :default => [:dist, :dist_helper, :package, :clean_package_source]