Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scemino committed Apr 30, 2020
1 parent 31f6c6f commit f7cf594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appInfo.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(appName "engge")
set(appVersionMajor 0)
set(appVersionMinor 4)
set(appVersionMinor 5)
set(appVersionPatch 0)
set(appVersionSuffix "alpha")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}-${appVersionSuffix}")

0 comments on commit f7cf594

Please sign in to comment.