miniupnpcstrings.h 383 B

123456789101112131415161718
  1. #ifndef MINIUPNPCSTRINGS_H_INCLUDED
  2. #define MINIUPNPCSTRINGS_H_INCLUDED
  3. #include "core/version.h"
  4. #define OS_STRING VERSION_NAME "/1.0"
  5. #define MINIUPNPC_VERSION_STRING "2.1"
  6. #if 0
  7. /* according to "UPnP Device Architecture 1.0" */
  8. #define UPNP_VERSION_STRING "UPnP/1.0"
  9. #else
  10. /* according to "UPnP Device Architecture 1.1" */
  11. #define UPNP_VERSION_STRING "UPnP/1.1"
  12. #endif
  13. #endif