Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Feb 20, 2025
1 parent bd40f8b commit 65bf401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commons.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ set(COMMONS_APPNAME AkVirtualCamera)
string(TOLOWER ${COMMONS_APPNAME} COMMONS_TARGET)

set(VER_MAJ 9)
set(VER_MIN 1)
set(VER_PAT 3)
set(VER_MIN 2)
set(VER_PAT 0)
set(VERSION ${VER_MAJ}.${VER_MIN}.${VER_PAT})
set(DAILY_BUILD OFF CACHE BOOL "Mark this as a daily build")

Expand Down

0 comments on commit 65bf401

Please sign in to comment.