Now targetting CommonMark 0.17!

This commit is contained in:
Xavier Mendez 2015-02-22 17:06:55 +01:00
parent 100d0389be
commit 39ebfc1762
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ if (BUILD_CLI)
get_target_property(HOEDOWN_LOCATION hoedown LOCATION)
add_custom_target(test
python CommonMark/test/spec_tests.py --spec CommonMark/spec.txt --program "${HOEDOWN_LOCATION}"
python3 CommonMark/test/spec_tests.py --spec CommonMark/spec.txt --program "${HOEDOWN_LOCATION}"
DEPENDS hoedown
)
endif (BUILD_CLI)

@ -1 +1 @@
Subproject commit bbaf30eafa5530dc9a9b6d2c476403eadfb20423
Subproject commit 9584c98612fcd797a67a0a1cbf0dff702dd0114d

View file

@ -17,9 +17,9 @@ extern "C" {
#define HOEDOWN_VERSION_MINOR 0
#define HOEDOWN_VERSION_REVISION 0
#define HOEDOWN_COMMONMARK_VERSION "0.13.0"
#define HOEDOWN_COMMONMARK_VERSION "0.17.0"
#define HOEDOWN_COMMONMARK_VERSION_MAJOR 0
#define HOEDOWN_COMMONMARK_VERSION_MINOR 13
#define HOEDOWN_COMMONMARK_VERSION_MINOR 17
#define HOEDOWN_COMMONMARK_VERSION_REVISION 0