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

Commit

Permalink
Version v0.8.0 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
scemino committed Apr 8, 2021
1 parent 9d6a212 commit 5e607bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appInfo.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(appName "engge")
set(appVersionMajor 0)
set(appVersionMinor 7)
set(appVersionPatch 1)
set(appVersionMinor 8)
set(appVersionPatch 0)
set(appVersionSuffix "beta")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}-${appVersionSuffix}")

0 comments on commit 5e607bc

Please sign in to comment.