diff --git a/src/release.h b/src/release.h index 1f946dc..54479e7 100644 --- a/src/release.h +++ b/src/release.h @@ -1 +1 @@ -#define RELEASEVERSION "1.0-beta 5" +#define RELEASEVERSION "1.0-beta 6" diff --git a/src/switches.c b/src/switches.c index fd82d24..ad8c86b 100644 --- a/src/switches.c +++ b/src/switches.c @@ -20,12 +20,7 @@ // Program name const char *progname = "scyther"; -// We only have the version thing under linux -#ifdef linux #include "version.h" -#else -#define SVNVERSION "Non-linux" -#endif const char *releasetag = SVNVERSION; // Structures