public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Changed version numbers to 1.3.1.


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@652685 
13f79535-47bb-0310-9956-ffa450edef68
Assaf (author)
Thu May 01 15:02:30 -0700 2008
commit  fd767086dafdba0d3b861fec735b25550f124402
tree    e4727b76639c3adb411a0d6d7b3459bb622f552d
parent  5f79ec47a19cadd0254c5008e4cbf3bbb44d114d
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+1.3.1 (Pending)
0
+
0
 1.3.0 (2008-04-25)
0
 * Added: Testing with EasyB (Nicolas Modrzyk).
0
 * Added: Testing with JBehave (John Layton).
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@
0
 require 'builder' # A different kind of buildr, one we use to create XML.
0
 
0
 module Buildr
0
- VERSION = '1.3.0'.freeze # unless const_defined?(:VERSION)
0
+ VERSION = '1.3.1'.freeze # unless const_defined?(:VERSION)
0
 end
0
 
0
 require 'buildr/core'

Comments

    No one has commented yet.