- Oops.
This commit is contained in:
parent
b6d8930438
commit
0a15692124
@ -21,10 +21,10 @@ const char *progname = "scyther";
|
|||||||
// We only have the version thing under linux
|
// We only have the version thing under linux
|
||||||
#ifdef linux
|
#ifdef linux
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
const char *releasetag = SVNVERSION;
|
|
||||||
#else
|
#else
|
||||||
const char *releasetag = "Non-linux";
|
#define SVNVERSION "Non-linux"
|
||||||
#endif
|
#endif
|
||||||
|
const char *releasetag = SVNVERSION;
|
||||||
|
|
||||||
// Structures
|
// Structures
|
||||||
struct switchdata switches;
|
struct switchdata switches;
|
||||||
|
Loading…
Reference in New Issue
Block a user