Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Feb 11, 2011
1 parent 995d29d commit 693ee37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
== 4.2.7 / Febrary 10, 2011

* Fixed typo in gemspec to make case-sensitive require work. [Gabe da Silveira]
* Tested installing the gem and requiring it with both cases on Ubuntu 8.04, 10.10 and OS X Version 10.6.6.
* Have spaces around the en-dash in LaTeX [Benjamin Quorning]
* Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake]

=== 4.2.6 / February 9, 2011 === 4.2.6 / February 9, 2011


* Add case-sensitive require back into the gemspec. * Add case-sensitive require back into the gemspec.
Expand Down
2 changes: 1 addition & 1 deletion lib/redcloth/version.rb
Expand Up @@ -2,7 +2,7 @@ module RedCloth
module VERSION module VERSION
MAJOR = 4 MAJOR = 4
MINOR = 2 MINOR = 2
TINY = 6 TINY = 7
RELEASE_CANDIDATE = nil RELEASE_CANDIDATE = nil


STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.') STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')
Expand Down

0 comments on commit 693ee37

Please sign in to comment.