Changeset 190

Show
Ignore:
Timestamp:
02/21/07 11:31:17 (2 years ago)
Author:
e.@brainspl.at
Message:

getting ready for template agnostric import

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/template_engines/Rakefile

    r184 r190  
    1515 
    1616NAME = "merb" 
    17 VERS = "0.1.1
     17VERS = "0.2.0
    1818CLEAN.include ['**/.*.sw?', '*.gem', '.config'] 
    1919RDOC_OPTS = ['--quiet', '--title', "Merb Documentation", 
  • branches/template_engines/lib/merb.rb

    r169 r190  
    1313 
    1414module Merb 
    15   VERSION='0.1.1' unless defined?VERSION 
     15  VERSION='0.2.0' unless defined?VERSION 
    1616  class Server 
    1717    class << self