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.
jgm (author)
Thu May 15 22:59:33 -0700 2008
commit  7290fa28d02a26f6a998f3db87cac5b012484cb2
tree    cdda4f0427fc7fdaccc59b48fd7af309179a0295
parent  a2e3e304e279d7e63b645ee0ab07af0c81d5a88e
...
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.2.2"
0
+#define VERSION "0.2.3"
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.