From 0a15692124011655691599964b5d418ece16a240 Mon Sep 17 00:00:00 2001 From: ccremers Date: Wed, 2 Aug 2006 09:35:18 +0000 Subject: [PATCH] - Oops. --- src/switches.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/switches.c b/src/switches.c index cf55f36..48dac09 100644 --- a/src/switches.c +++ b/src/switches.c @@ -21,10 +21,10 @@ const char *progname = "scyther"; // We only have the version thing under linux #ifdef linux #include "version.h" -const char *releasetag = SVNVERSION; #else -const char *releasetag = "Non-linux"; +#define SVNVERSION "Non-linux" #endif +const char *releasetag = SVNVERSION; // Structures struct switchdata switches;