Skip to content

Commit

Permalink
Bump version number to 1.6.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Sep 29, 2008
1 parent 413d2fd commit 34ee207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 34ee207

Please sign in to comment.