Changeset 152 for trunk/Rakefile

Show
Ignore:
Timestamp:
06/15/2007 17:32:25 (14 months ago)
Author:
why
Message:

* Rakefile: prepping for 0.6 release.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Rakefile

    r148 r152  
    99NAME = "hpricot" 
    1010REV = `svn info`[/Revision: (\d+)/, 1] rescue nil 
    11 VERS = ENV['VERSION'] || "0.5" + (REV ? ".#{REV}" : "") 
     11VERS = ENV['VERSION'] || "0.6" + (REV ? ".#{REV}" : "") 
    1212PKG = "#{NAME}-#{VERS}" 
    1313BIN = "*.{bundle,jar,so,obj,pdb,lib,def,exp}"