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