Move the version numbers from the interface of the version module into a new
implementation. Allow for release candidates to be specified and disinguished. git-svn-id: svn://svn.cc65.org/cc65/trunk@4260 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 2000-2009 Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* (C) 2000-2009, Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* */
|
||||
/* */
|
||||
/* This software is provided 'as-is', without any expressed or implied */
|
||||
@@ -300,7 +300,7 @@ void Compile (const char* FileName)
|
||||
};
|
||||
|
||||
/* Add macros that are always defined */
|
||||
DefineNumericMacro ("__CC65__", VERSION);
|
||||
DefineNumericMacro ("__CC65__", GetVersionAsNumber ());
|
||||
|
||||
/* Language standard that is supported */
|
||||
DefineNumericMacro ("__CC65_STD_C89__", STD_C89);
|
||||
|
||||
Reference in New Issue
Block a user