- Making new version numbers.

This commit is contained in:
ccremers 2007-01-11 11:20:55 +00:00
parent 825980aab1
commit e97a704e2b
2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
#define RELEASEVERSION "1.0-beta 5"
#define RELEASEVERSION "1.0-beta 6"

View File

@ -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