From 9c0365feabb0f05cc4863c3680f90842c9837cc5 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sat, 21 Jun 2008 07:39:21 -0400 Subject: [PATCH] Updated version number to 1.0.1m. --- PHP Markdown Readme.text | 6 +++--- markdown.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index c8ad987..2778f5e 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -1,7 +1,7 @@ PHP Markdown ============ -Version 1.0.1l - Sun 11 May 2008 +Version 1.0.1m - Sat 21 Jun 2008 by Michel Fortin @@ -200,7 +200,7 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- -Current: +1.0.1m (21 Jun 2008): * Lists can now have empty items. @@ -208,7 +208,7 @@ Current: with odly placed and overlong markers. -1.0.1l: +1.0.1l (11 May 2008): * Now removing the UTF-8 BOM at the start of a document, if present. diff --git a/markdown.php b/markdown.php index 6b86f79..ec0e5c3 100644 --- a/markdown.php +++ b/markdown.php @@ -12,7 +12,7 @@ # -define( 'MARKDOWN_VERSION', "1.0.1l" ); # Sun 11 May 2008 +define( 'MARKDOWN_VERSION', "1.0.1m" ); # Sat 21 Jun 2008 # @@ -62,7 +62,7 @@ function Markdown($text) { Plugin Name: Markdown Plugin URI: http://www.michelf.com/projects/php-markdown/ Description: Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More... -Version: 1.0.1l +Version: 1.0.1m Author: Michel Fortin Author URI: http://www.michelf.com/ */