diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bafd4db..67f59ca 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,36 +1,37 @@ + + -**Is this a BUG REPORT, FEATURE REQUEST or QUESTION?**: +### Issue description: + -* [ ] Bug Report -* [ ] Feature Request -* [ ] Question +### Minimal complete verifiable example (MCVE): + -**How to reproduce it (as minimally and precisely as possible)**: +``` +``` -**Anything else we need to know?**: + -**Environment**: +### Workspace Information: -* Operating System -* Compiler version -* How are you invoking the compiler? Pawno, Sublime, vscode, sampctl or command-line? -* If using sampctl, the version number +* Compiler version: +* Command line arguments provided (or sampctl version): +* Operating System: diff --git a/source/compiler/CMakeLists.txt b/source/compiler/CMakeLists.txt index 5d6d9a9..018c03e 100644 --- a/source/compiler/CMakeLists.txt +++ b/source/compiler/CMakeLists.txt @@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake) set(VERSION_MAJOR 3) set(VERSION_MINOR 10) -set(VERSION_BUILD 7) +set(VERSION_BUILD 8) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD}) set(VERSION_STR ${VERSION}) math(EXPR VERSION_INT "${VERSION_MAJOR} << 8 | ${VERSION_MINOR}")