We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9284a49 commit 04e7858Copy full SHA for 04e7858
source/compiler/CMakeLists.txt
@@ -11,7 +11,7 @@ math(EXPR VERSION_INT "${VERSION_MAJOR} << 8 | ${VERSION_MINOR}")
11
#==============================================================================#
12
project(pawnc
13
LANGUAGES C
14
- VERSION ${VERSION}
+ #VERSION ${VERSION}
15
DESCRIPTION "OpenMultiplayer's fork of Compuphase's Pawn Language Compiler'"
16
)
17
0 commit comments