prototype: 1.5.1_rc2
This commit is contained in:
parent
cb1ad0e2cd
commit
63985a21ed
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*1.5.1_rc2* (March 12, 2007)
|
||||
|
||||
* Add a tab character via innerHTML to the selector whitespace test. [Christophe Porteneuve]
|
||||
|
||||
|
|
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.5.1_rc1'
|
||||
PROTOTYPE_VERSION = '1.5.1_rc2'
|
||||
|
||||
task :default => [:dist, :package, :clean_package_source]
|
||||
|
||||
|
|
Loading…
Reference in New Issue