project: Version 0.3.1
* Replaced AppVeyor with GitHub Actions. * Fixed rescaling on the output tab not working.
This commit was merged in pull request #10.
This commit is contained in:
committed by
Michael Fabian Dirks
parent
b2b5cd8fad
commit
18024aaf12
+1
-1
@@ -26,7 +26,7 @@ Include("cmake/util.cmake")
|
||||
# Automatic Versioning
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 3)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_PATCH 1)
|
||||
set(VERSION_TWEAK 0)
|
||||
set(PROJECT_COMMIT "N/A")
|
||||
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
|
||||
|
||||
Reference in New Issue
Block a user