miniupnpcstrings.h.cmake: use PROJECT_VERSION
that change was forgotten in ac5e908881
fixes #704
This commit is contained in:
parent
420bd685cf
commit
417ddcc3d3
|
@ -2,7 +2,7 @@
|
|||
#define MINIUPNPCSTRINGS_H_INCLUDED
|
||||
|
||||
#define OS_STRING "${CMAKE_SYSTEM_NAME}"
|
||||
#define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"
|
||||
#define MINIUPNPC_VERSION_STRING "${PROJECT_VERSION}"
|
||||
|
||||
#if 0
|
||||
/* according to "UPnP Device Architecture 1.0" */
|
||||
|
|
Loading…
Reference in New Issue