✨ Now targetting CommonMark 0.17!
This commit is contained in:
parent
100d0389be
commit
39ebfc1762
3 changed files with 4 additions and 4 deletions
|
@ -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
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue