diff --git a/CHANGELOG.textile b/CHANGELOG.textile index f9fa3e9c..6c4eda5f 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -1,6 +1,6 @@ Here's an edited summary of the commit log. It doesn't include small changes or changes to test cases. -h2. Changes in 2.5 branch (from v2.5.1) +h2. Changes in 2.5.2 (from v2.5.1) * Improved support for Redcloth-style definition lists. *# Allow multiple terms diff --git a/classTextile.php b/classTextile.php index 9235679e..6db19821 100644 --- a/classTextile.php +++ b/classTextile.php @@ -411,7 +411,7 @@ class Textile * @var string */ - protected $ver = '2.5.1'; + protected $ver = '2.5.2'; /** * Regular expression snippets.