From c8aa45d5667483f8524a9c896c8936473ec13a1c Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Thu, 24 Jul 2008 16:11:36 -0400 Subject: [PATCH] Version 4.0.1 --- CHANGELOG | 4 ++-- lib/redcloth/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cc28c86c..ec0784e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -= Edge += RedCloth 4.0.1 * Fixed lines starting with dashes being recognized as a definition list when there were no definitions. * Created alias RedCloth.rb so Rails 2.1 gem dependency works on case-sensitive operating systems . @@ -6,7 +6,7 @@ * Fixed links including prior quoted phrases. #17 -= RedCloth 4.0 += RedCloth 4.0.0 * New SuperRedCloth (RedCloth 4.0) is a total rewrite using Ragel for the parsing. * Markdown support has been removed. diff --git a/lib/redcloth/version.rb b/lib/redcloth/version.rb index 4cbd613b..a88f3658 100644 --- a/lib/redcloth/version.rb +++ b/lib/redcloth/version.rb @@ -2,7 +2,7 @@ module RedCloth module VERSION MAJOR = 4 MINOR = 0 - TINY = 0 + TINY = 1 RELEASE_CANDIDATE = nil STRING = [MAJOR, MINOR, TINY].join('.')