remove file based versioning

This commit is contained in:
Nova 2025-07-11 19:25:53 +03:30
parent 4197c4366c
commit 7d0f33eb4d
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Release
file(STRINGS nekoray_version.txt NKR_VERSION)
option(NKR_VERSION "Nekoray Application Version" "$ENV{INPUT_VERSION}")
add_compile_definitions(NKR_VERSION=\"${NKR_VERSION}\")
# Debug

View File

@ -1 +0,0 @@
4.3.7-2025-07-08