public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Bumped version to 0.2.1.
jgm (author)
Thu May 15 15:24:18 -0700 2008
commit  bcb610cadc29fc7630e593670c7d463548c03f30
tree    4739087fd0a4e9f288cc8b821f790dce148665af
parent  f61057a6e36131e9efb1b6904bdadf429c18e931
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ static int extensions;
0
 
0
  ***********************************************************************/
0
 
0
-#define VERSION "0.2"
0
+#define VERSION "0.2.1"
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.