put version numbers alone into separate file so other tools can pick it up

This commit is contained in:
Markus Fröschle
2013-10-21 18:28:28 +00:00
parent 22ee5f01c1
commit 5f60cfc8d0
2 changed files with 36 additions and 3 deletions

View File

@@ -35,9 +35,7 @@
#include "bas_string.h"
#include "bas_types.h"
#include "wait.h"
#define MAJOR_VERSION 0
#define MINOR_VERSION 8
#include "version.h"
#define UNUSED(x) (void)(x) /* Unused variable */