initial commit
This commit is contained in:
27
core/qglengine_version.h
Normal file
27
core/qglengine_version.h
Normal file
@@ -0,0 +1,27 @@
|
||||
// This file generated by CMake set_version() version 2
|
||||
|
||||
#ifndef QGLENGINE_QGLENGINE_VERSION_H
|
||||
#define QGLENGINE_QGLENGINE_VERSION_H
|
||||
|
||||
|
||||
// Project
|
||||
|
||||
#define QGLENGINE_VERSION_MAJOR 1
|
||||
#define QGLENGINE_VERSION_MINOR 0
|
||||
#define QGLENGINE_VERSION_REVISION 0
|
||||
#define QGLENGINE_VERSION_BUILD 9999
|
||||
#define QGLENGINE_VERSION_SUFFIX "rc"
|
||||
#define QGLENGINE_VERSION_NAME "1.0.0_rc"
|
||||
#define QGLENGINE_MAKE_VERSION(major, minor, revision) ((major << 16) | (minor << 8) | revision)
|
||||
#define QGLENGINE_VERSION QGLENGINE_MAKE_VERSION(QGLENGINE_VERSION_MAJOR, QGLENGINE_VERSION_MINOR, QGLENGINE_VERSION_REVISION)
|
||||
|
||||
|
||||
// Tools
|
||||
|
||||
#define QGLENGINE_CMAKE_VERSION "3.17.1"
|
||||
#define QGLENGINE_CXX_COMPILER "GNU 8.1.0"
|
||||
#define QGLENGINE_BUILD_DATE "22.08.2020 00:51"
|
||||
#define QGLENGINE_ARCH "i386"
|
||||
|
||||
|
||||
#endif // QGLENGINE_QGLENGINE_VERSION_H
|
||||
Reference in New Issue
Block a user