From f9f857b4e23317b6125c0da886eafc2dc6b99e9e Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Fri, 31 Aug 2007 12:56:22 -0400 Subject: [PATCH] Fixed release date. --- PHP Markdown Readme.text | 4 ++-- markdown.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 5a56fa2..d4349ca 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -1,7 +1,7 @@ PHP Markdown ============ -Version 1.0.1i - Tue 28 Aug 2007 +Version 1.0.1i - Fri 31 Aug 2007 by Michel Fortin @@ -203,7 +203,7 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- -1.0.1i (28 Aug 2007): +1.0.1i (31 Aug 2007): * Fixed a problem where an escaped backslash before a code span would prevent the code span from being created. This should now diff --git a/markdown.php b/markdown.php index c24ccc4..3a3efb4 100644 --- a/markdown.php +++ b/markdown.php @@ -12,7 +12,7 @@ # -define( 'MARKDOWN_VERSION', "1.0.1i" ); # Tue 28 Aug 2007 +define( 'MARKDOWN_VERSION', "1.0.1i" ); # Fri 31 Aug 2007 # @@ -1496,7 +1496,7 @@ Version History See the readme file for detailed release notes for this version. -1.0.1i (28 Aug 2007) +1.0.1i (31 Aug 2007) 1.0.1h (3 Aug 2007)