Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
project: Version 0.3.1
Browse files Browse the repository at this point in the history
* Replaced AppVeyor with GitHub Actions.
* Fixed rescaling on the output tab not working.
  • Loading branch information
Xaymar committed Oct 31, 2019
1 parent b2b5cd8 commit 18024aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 18024aa

Please sign in to comment.