diff --git a/invertedlogic/iLPlatform/iLAbstractPlatform.h b/invertedlogic/iLPlatform/iLAbstractPlatform.h index d7f5753..7c6d74e 100644 --- a/invertedlogic/iLPlatform/iLAbstractPlatform.h +++ b/invertedlogic/iLPlatform/iLAbstractPlatform.h @@ -10,6 +10,7 @@ // Various platform independent facilities +#include "iLVersion.h" #include "iLTypes.h" #include "iLThreads.h" diff --git a/invertedlogic/iLPlatform/iLAbstractPlatform.h b/invertedlogic/iLPlatform/iLAbstractPlatform.h index d7f5753..7c6d74e 100644 --- a/invertedlogic/iLPlatform/iLAbstractPlatform.h +++ b/invertedlogic/iLPlatform/iLAbstractPlatform.h @@ -10,6 +10,7 @@ // Various platform independent facilities +#include "iLVersion.h" #include "iLTypes.h" #include "iLThreads.h" diff --git a/invertedlogic/iLPlatform/iLVersion.h b/invertedlogic/iLPlatform/iLVersion.h new file mode 100644 index 0000000..726a6be --- /dev/null +++ b/invertedlogic/iLPlatform/iLVersion.h @@ -0,0 +1,9 @@ +#ifndef IL_VERSION_H +#define IL_VERSION_H + + +#define IL_VERSION "1.0.0 beta" + + +#endif // IL_VERSION_H + diff --git a/invertedlogic/iLPlatform/iLAbstractPlatform.h b/invertedlogic/iLPlatform/iLAbstractPlatform.h index d7f5753..7c6d74e 100644 --- a/invertedlogic/iLPlatform/iLAbstractPlatform.h +++ b/invertedlogic/iLPlatform/iLAbstractPlatform.h @@ -10,6 +10,7 @@ // Various platform independent facilities +#include "iLVersion.h" #include "iLTypes.h" #include "iLThreads.h" diff --git a/invertedlogic/iLPlatform/iLVersion.h b/invertedlogic/iLPlatform/iLVersion.h new file mode 100644 index 0000000..726a6be --- /dev/null +++ b/invertedlogic/iLPlatform/iLVersion.h @@ -0,0 +1,9 @@ +#ifndef IL_VERSION_H +#define IL_VERSION_H + + +#define IL_VERSION "1.0.0 beta" + + +#endif // IL_VERSION_H + diff --git a/invertedlogic/iLPlatform/test.cpp b/invertedlogic/iLPlatform/test.cpp index 810ec1f..249ad5a 100644 --- a/invertedlogic/iLPlatform/test.cpp +++ b/invertedlogic/iLPlatform/test.cpp @@ -39,6 +39,7 @@ printf(" Compiler: " IL_COMPILER "\n"); printf(" Operating System: " IL_OPERATING_SYSTEM "\n"); printf(" Platform: " IL_PLATFORM "\n"); + printf(" Version: " IL_VERSION "\n"); iLSemaphore_Wait(&g_sem); iLSemaphore_Wait(&g_sem);