From 4945646b6e091ee1429cb8ceffda0c6bfb8908c6 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Wed, 10 Jun 2009 14:37:40 -0400 Subject: [PATCH] Bump that version. 4.2.0 --- CHANGELOG | 2 +- lib/redcloth/version.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 59f9ce64..0af6497d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -=== Edge +=== 4.2.0 / June 10, 2009 * Fixed image with title, href, and text afterward not being made a link. [Jason Garber] diff --git a/lib/redcloth/version.rb b/lib/redcloth/version.rb index 955c8bb4..e6e969b3 100644 --- a/lib/redcloth/version.rb +++ b/lib/redcloth/version.rb @@ -1,8 +1,8 @@ module RedCloth module VERSION MAJOR = 4 - MINOR = 1 - TINY = 10 + MINOR = 2 + TINY = 0 RELEASE_CANDIDATE = nil STRING = [MAJOR, MINOR, TINY].join('.')