Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Jul 21, 2008
1 parent dc5512f commit 25f3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redcloth/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
RELEASE_CANDIDATE = 1
RELEASE_CANDIDATE = nil

STRING = [MAJOR, MINOR, TINY].join('.')
TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')
Expand Down

6 comments on commit 25f3bc3

@ryanb
Copy link

@ryanb ryanb commented on 25f3bc3 Jul 21, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, does this mean RedCloth 4 is officially released? Great job on it! Looking forward to getting it through “gem install RedCloth”.

@jinzhu
Copy link

@jinzhu jinzhu commented on 25f3bc3 Jul 22, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much :)

@jgarber
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, it’s pushed to RubyForge. I was waiting for the gem to propagate before making the official announcement.

@heycarsten
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAY!

@ELLIOTTCABLE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool – found this right after I switched from RedCloth, sadly )-:

@vvs
Copy link

@vvs vvs commented on 25f3bc3 Jul 23, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sweet! I wonder how much work would it be to adjust the native part to JRuby as well. Ragel can output Java too, right? :) But looking at those *.rl files, they are pretty intimidating…

Please sign in to comment.