Changeset 125 in dev
- Timestamp:
- May 15, 2007, 2:40:18 AM (18 years ago)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/common.h
r123 r125 47 47 48 48 #ifdef _AMD64_ 49 #define VER_INFO "(x64) β rev.24 6"49 #define VER_INFO "(x64) β rev.248" 50 50 #else 51 #define VER_INFO "β rev.24 6"51 #define VER_INFO "β rev.248" 52 52 #endif 53 53 … … 282 282 #include "../BasicCompiler_Common/DebugSection.h" 283 283 #include "../BasicCompiler_Common/VariableOpe.h" 284 #include "../BasicCompiler_Common/Exception.h"284 #include <Exception.h> 285 285 286 286 -
BasicCompiler_Common/src/Exception.cpp
r124 r125 1 #include "Exception.h"1 #include <Exception.h> 2 2 3 3 namespace Exception{ -
ProjectEditor/Common.h
r119 r125 66 66 #define APPLICATION_NAME "ActiveBasic 5.0" 67 67 #define VERSION_APPLI_NAME APPLICATION_NAME 68 #define VERSION_STRING "5.00.00 β rev.24 5"68 #define VERSION_STRING "5.00.00 β rev.248" 69 69 70 70 #endif
Note:
See TracChangeset
for help on using the changeset viewer.