1 | | |
2 | | |
3 | | |
4 | | |
5 | | |
6 | | |
7 | | |
8 | | |
9 | | |
10 | | |
11 | | |
12 | | |
13 | | |
14 | | |
15 | | |
| | | | | | constant __roxen_version__ = "2.2"; | constant __roxen_build__ = "42"; | | #ifdef __NT__ | constant real_version= "Roxen/"+__roxen_version__+"."+__roxen_build__+" NT"; | #else | constant real_version= "Roxen/"+__roxen_version__+"."+__roxen_build__; | #endif | | |
|