Updated version numbers and copyright year.
This commit is contained in:
parent
d8a71b1149
commit
af5af620d0
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PHP Markdown
|
||||
============
|
||||
|
||||
Version 1.0.1k - Wed 26 Sep 2007
|
||||
Version 1.0.1l - Sun 11 May 2008
|
||||
|
||||
by Michel Fortin
|
||||
<http://www.michelf.com/>
|
||||
|
|
@ -200,7 +200,7 @@ expected; (3) the output PHP Markdown actually produced.
|
|||
Version History
|
||||
---------------
|
||||
|
||||
Current:
|
||||
1.0.1l:
|
||||
|
||||
* Now removing the UTF-8 BOM at the start of a document, if present.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Markdown - A text-to-HTML conversion tool for web writers
|
||||
#
|
||||
# PHP Markdown
|
||||
# Copyright (c) 2004-2007 Michel Fortin
|
||||
# Copyright (c) 2004-2008 Michel Fortin
|
||||
# <http://www.michelf.com/projects/php-markdown/>
|
||||
#
|
||||
# Original Markdown
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
|
||||
|
||||
define( 'MARKDOWN_VERSION', "1.0.1k" ); # Wed 26 Sep 2007
|
||||
define( 'MARKDOWN_VERSION', "1.0.1l" ); # Sun 11 May 2008
|
||||
|
||||
|
||||
#
|
||||
|
|
@ -1538,7 +1538,7 @@ Copyright and License
|
|||
---------------------
|
||||
|
||||
PHP Markdown
|
||||
Copyright (c) 2004-2007 Michel Fortin
|
||||
Copyright (c) 2004-2008 Michel Fortin
|
||||
<http://www.michelf.com/>
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue