prototype: Prepare for 1.6.0.2 release
This commit is contained in:
parent
ef7ac53378
commit
2827428bbd
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*1.6.0.2* (January 25, 2008)
|
||||
|
||||
* Update the list of officially supported browsers in the README. [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.1'
|
||||
PROTOTYPE_VERSION = '1.6.0.2'
|
||||
|
||||
task :default => [:dist, :package, :clean_package_source]
|
||||
|
||||
|
|
Loading…
Reference in New Issue