Index: /BasicCompiler_Common/common.h
===================================================================
--- /BasicCompiler_Common/common.h	(revision 124)
+++ /BasicCompiler_Common/common.h	(revision 125)
@@ -47,7 +47,7 @@
 
 #ifdef _AMD64_
-#define VER_INFO		"(x64) β rev.246"
+#define VER_INFO		"(x64) β rev.248"
 #else
-#define VER_INFO		"β rev.246"
+#define VER_INFO		"β rev.248"
 #endif
 
@@ -282,5 +282,5 @@
 #include "../BasicCompiler_Common/DebugSection.h"
 #include "../BasicCompiler_Common/VariableOpe.h"
-#include "../BasicCompiler_Common/Exception.h"
+#include <Exception.h>
 
 
Index: /BasicCompiler_Common/src/Exception.cpp
===================================================================
--- /BasicCompiler_Common/src/Exception.cpp	(revision 124)
+++ /BasicCompiler_Common/src/Exception.cpp	(revision 125)
@@ -1,3 +1,3 @@
-#include "Exception.h"
+#include <Exception.h>
 
 namespace Exception{
Index: /ProjectEditor/Common.h
===================================================================
--- /ProjectEditor/Common.h	(revision 124)
+++ /ProjectEditor/Common.h	(revision 125)
@@ -66,5 +66,5 @@
 #define APPLICATION_NAME "ActiveBasic 5.0"
 #define VERSION_APPLI_NAME APPLICATION_NAME
-#define VERSION_STRING "5.00.00 β rev.245"
+#define VERSION_STRING "5.00.00 β rev.248"
 
 #endif
