From 12b770648e49eb39a86ac93fad34ea9ddf7aa21c Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Wed, 26 Sep 2007 14:37:49 -0400 Subject: [PATCH] More version number changes. --- PHP Markdown Readme.text | 2 +- markdown.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 4f5cf4f..a29475d 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -1,7 +1,7 @@ PHP Markdown ============ -Version 1.0.1j - Tue 4 Sep 2007 +Version 1.0.1k - Wed 26 Sep 2007 by Michel Fortin diff --git a/markdown.php b/markdown.php index 75122ce..49fe027 100644 --- a/markdown.php +++ b/markdown.php @@ -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.1j +Version: 1.0.1k Author: Michel Fortin Author URI: http://www.michelf.com/ */