#include "adchpp.h"#include "version.h"
Go to the source code of this file.
Namespaces | |
| namespace | adchpp |
Defines | |
| #define | APPNAME "ADCH++" |
| #define | BUILDSTRING "Debug" |
| #define | FULLVERSIONSTRING APPNAME " v" VERSIONSTRING " " BUILDSTRING |
| #define | strver(s) #s |
| #define | VERSIONFLOAT 2.61 |
| #define | VERSIONSTRING "2.6.1 (r" xstrver(ADCHPP_REVISION) ")" |
| #define | xstrver(s) strver(s) |
Variables | |
| string | adchpp::appName = APPNAME |
| float | adchpp::versionFloat = VERSIONFLOAT |
| string | adchpp::versionString = FULLVERSIONSTRING |
| #define APPNAME "ADCH++" |
Definition at line 30 of file version.cpp.
| #define BUILDSTRING "Debug" |
Definition at line 35 of file version.cpp.
| #define FULLVERSIONSTRING APPNAME " v" VERSIONSTRING " " BUILDSTRING |
Definition at line 40 of file version.cpp.
| #define strver | ( | s | ) | #s |
Definition at line 27 of file version.cpp.
| #define VERSIONFLOAT 2.61 |
Definition at line 32 of file version.cpp.
| #define VERSIONSTRING "2.6.1 (r" xstrver(ADCHPP_REVISION) ")" |
Definition at line 31 of file version.cpp.
| #define xstrver | ( | s | ) | strver(s) |
Definition at line 26 of file version.cpp.
1.6.3