Changeset 1297

Show
Ignore:
Timestamp:
04/01/08 16:17:39 (8 months ago)
Author:
sandal
Message:

Letting trunk sail ahead, again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ruport/trunk/Rakefile

    r1295 r1297  
    33require "rake/gempackagetask" 
    44 
    5 RUPORT_VERSION = "1.6.0" 
     5RUPORT_VERSION = "1.7.0" 
    66 
    77begin 
  • ruport/trunk/lib/ruport.rb

    r1295 r1297  
    2525module Ruport #:nodoc:# 
    2626   
    27   VERSION = "1.6.0"      
     27  VERSION = "1.7.0"      
    2828  
    2929  class FormatterError < RuntimeError #:nodoc: