You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/11/08 09:45:52 UTC

svn commit: r1406955 - /buildr/trunk/lib/buildr/version.rb

Author: donaldp
Date: Thu Nov  8 08:45:51 2012
New Revision: 1406955

URL: http://svn.apache.org/viewvc?rev=1406955&view=rev
Log:
Remove dev suffix from version in preparation for staging next release

Modified:
    buildr/trunk/lib/buildr/version.rb

Modified: buildr/trunk/lib/buildr/version.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/version.rb?rev=1406955&r1=1406954&r2=1406955&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/version.rb (original)
+++ buildr/trunk/lib/buildr/version.rb Thu Nov  8 08:45:51 2012
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr
-  VERSION = '1.4.9.dev'.freeze
+  VERSION = '1.4.9'.freeze
 end
\ No newline at end of file