public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Version bump to 0.2.2.
jgm (author)
Thu May 15 15:28:05 -0700 2008
commit  b4ee929ff78d01432965365106f7f38fc02abf62
tree    36279aafecf935fd9d1eb5080318350174e75de0
parent  d27fc3667b20f4888b81a2b074e1888529682516
...
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.1"
0
+#define VERSION "0.2.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.