<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ require 'hoe'
 
 require 'lib/sake/version.rb'
 
-Hoe.new('sake', Sake::Version::String) do |p|
+Hoe.new('sake', Sake::VERSION) do |p|
   p.rubyforge_name = 'err'
   p.summary = &quot;Sake tastes great and helps maintain system-level Rake files.&quot;
   p.description = &quot;Sake tastes great and helps maintain system-level Rake files.&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -284,7 +284,7 @@ class Sake
   end
 
   def version
-    puts &quot;sake, version #{Version::String}&quot;
+    puts &quot;sake, version #{VERSION}&quot;
   end
 
   def run_rake</diff>
      <filename>lib/sake.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,4 @@
 class Sake
-  module Version
-    Major  = '1'
-    Minor  = '0'
-    Tweak  = '16'
-    String = [ Major, Minor, Tweak ].join('.')
-  end
+  # Sake version
+  VERSION = '1.1.0'
 end</diff>
      <filename>lib/sake/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>50af6bf7e9bd6c706b9b809073324f96cc8f514d</id>
    </parent>
  </parents>
  <author>
    <name>postmodern</name>
    <email>postmodern.mod3@gmail.com</email>
  </author>
  <url>http://github.com/postmodern/sake/commit/9f14b8f17953b2d728db12e4253f5466c69e6e44</url>
  <id>9f14b8f17953b2d728db12e4253f5466c69e6e44</id>
  <committed-date>2008-11-16T23:18:24-08:00</committed-date>
  <authored-date>2008-11-16T23:18:24-08:00</authored-date>
  <message>Just use a simple VERSION constant, it's done well in the past.</message>
  <tree>8f927b1d66664ae1daa8829526b649cbd4209b0a</tree>
  <committer>
    <name>postmodern</name>
    <email>postmodern.mod3@gmail.com</email>
  </committer>
</commit>
