mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
This commit is contained in:
parent
3af10a1d00
commit
c57f616141
2 changed files with 15 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ msgpack/version.h: msgpack/version.h.in Makefile.in
|
|||
-e s/VERSION_MINOR_UNDEFINED/$(VERSION_MINOR)/ \
|
||||
$< > $@
|
||||
|
||||
#version.c: msgpack/version.h
|
||||
|
||||
|
||||
doxygen_c:
|
||||
cat ../Doxyfile > Doxyfile_c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue