From ae12f34e0a2c71a2a4480e94d4a3f231d797508f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 22 Dec 2010 12:11:37 -0800 Subject: [PATCH] Version bump to 0.4.10. --- markdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.c b/markdown.c index 002a795e..c895b2ac 100644 --- a/markdown.c +++ b/markdown.c @@ -33,7 +33,7 @@ static int extensions; ***********************************************************************/ -#define VERSION "0.4.9" +#define VERSION "0.4.10" #define COPYRIGHT "Copyright (c) 2008-2009 John MacFarlane. License GPLv2+ or MIT.\n" \ "This is free software: you are free to change and redistribute it.\n" \ "There is NO WARRANTY, to the extent permitted by law."