public
Description: RedCloth is a Ruby library for converting Textile into HTML.
Homepage: http://code.whytheluckystiff.net/redcloth/
Clone URL: git://github.com/jgarber/redcloth.git
Click here to lend your support to: redcloth and make a donation at www.pledgie.com !
Version bump.
jgarber (author)
Mon Jul 21 13:16:50 -0700 2008
commit  25f3bc3b7f4a67c1bc7d5920cdfd6482540a0108
tree    cb9b422454ddef1194ede7e5c2a3d365149f2d24
parent  dc5512feced90e7f62ffc158e86ceb22441990a2
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ module RedCloth
0
     MAJOR = 4
0
     MINOR = 0
0
     TINY = 0
0
- RELEASE_CANDIDATE = 1
0
+ RELEASE_CANDIDATE = nil
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
     TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')

Comments