Merge from dev-FireflyShell branch

This commit is contained in:
Ron Pedde
2006-05-29 09:14:04 +00:00
parent 0a14704fd9
commit 7f08580a24
37 changed files with 3698 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/* Version number of package */
#define VERSION_MAJOR 0
#define VERSION_MID 1
#define VERSION_MINOR 0
#define VERSION_BUILD $WCREV$
#define VERSION_LOCAL "$WCMODS? (LOCAL):$"
#define BUILD_DATE "$WCNOW$"
#define REPO_DATE "$WCDATE$"
#define VERSION_STRIZE2(x) #x
#define VERSION_STRIZE(x) VERSION_STRIZE2(x)
#define VERSION_STRING VERSION_STRIZE(VERSION_MAJOR) "." VERSION_STRIZE(VERSION_MID) "-svn" VERSION_STRIZE(VERSION_BUILD) VERSION_LOCAL