public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Search Repo:
Version bump to 0.2.
jgm (author)
Thu May 15 15:11:42 -0700 2008
commit  da766a92fac1bc6a6b1dd93fb075345dbdf4d2ca
tree    6fc5b7b547bff29f817ad20b4a00e7f9f7900db4
parent  ec4be913d3f429c2a1b50f43ac2f5134e1380815
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@
0
 
0
  ***********************************************************************/
0
 
0
-#define VERSION "0.1"
0
+#define VERSION "0.2"
0
 #define COPYRIGHT "Copyright (c) 2008 John MacFarlane.\n" \
0
                   "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n" \
0
                   "This is free software: you are free to change and redistribute it.\n" \

Comments

    No one has commented yet.