- Making new version numbers.
This commit is contained in:
parent
825980aab1
commit
e97a704e2b
@ -1 +1 @@
|
|||||||
#define RELEASEVERSION "1.0-beta 5"
|
#define RELEASEVERSION "1.0-beta 6"
|
||||||
|
@ -20,12 +20,7 @@
|
|||||||
// Program name
|
// Program name
|
||||||
const char *progname = "scyther";
|
const char *progname = "scyther";
|
||||||
|
|
||||||
// We only have the version thing under linux
|
|
||||||
#ifdef linux
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#else
|
|
||||||
#define SVNVERSION "Non-linux"
|
|
||||||
#endif
|
|
||||||
const char *releasetag = SVNVERSION;
|
const char *releasetag = SVNVERSION;
|
||||||
|
|
||||||
// Structures
|
// Structures
|
||||||
|
Loading…
Reference in New Issue
Block a user