<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 0.3.4
+
+* Reverted DEBUG=true. Will add a check in the release process so this doesn't happen again.
+* Future releases will end in an odd number for development (topfunky-gruff on GitHub) or even for production releases.
+
 == 0.3.3
 
 * Legend line wrapping [Mat Schaffer]</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -21,6 +21,7 @@ task :verify =&gt; :package do
   if system %(ruby -e &quot;require 'pkg/gruff-#{Gruff::VERSION}/lib/gruff'&quot;)
     puts &quot;\nThe library files are present&quot;
   end
+  raise &quot;\n*** Gruff::Base::DEBUG must be set to false for releases ***\n\n&quot; if Gruff::Base::DEBUG
 end
 
 task :release =&gt; :verify</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ require File.dirname(__FILE__) + '/deprecated'
 module Gruff
 
   # This is the version of Gruff you are using.
-  VERSION = '0.3.3'
+  VERSION = '0.3.4'
 
   class Base
 
@@ -28,7 +28,7 @@ module Gruff
     include Deprecated
 
     # Draw extra lines showing where the margins and text centers are
-    DEBUG = true
+    DEBUG = false
 
     # Used for navigating the array of data to plot
     DATA_LABEL_INDEX = 0</diff>
      <filename>lib/gruff/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e24c8f1bee27f94afa343e5a53069c600808919c</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/topfunky/gruff/commit/a88190d087687a5c8a9e285bb5c649a129a544ce</url>
  <id>a88190d087687a5c8a9e285bb5c649a129a544ce</id>
  <committed-date>2008-08-18T12:59:11-07:00</committed-date>
  <authored-date>2008-08-18T12:59:11-07:00</authored-date>
  <message>0.3.4 release with check for DEBUG flag.</message>
  <tree>2cb2e64c5ff06bd5862ed0813814964f52125561</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
