Upgraded version to 9.1.1.
This commit is contained in:
parent
4b4ed301b2
commit
f741b1766b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
akvirtualcamera 9.1.1:
|
||||||
|
|
||||||
|
- Mark Mac packages architecture.
|
||||||
|
|
||||||
akvirtualcamera 9.1.0:
|
akvirtualcamera 9.1.0:
|
||||||
|
|
||||||
- Added -f, --force flags to the manager, this bypass the virtual camera usage
|
- Added -f, --force flags to the manager, this bypass the virtual camera usage
|
||||||
|
|
|
@ -29,7 +29,7 @@ string(TOLOWER ${COMMONS_APPNAME} COMMONS_TARGET)
|
||||||
|
|
||||||
set(VER_MAJ 9)
|
set(VER_MAJ 9)
|
||||||
set(VER_MIN 1)
|
set(VER_MIN 1)
|
||||||
set(VER_PAT 0)
|
set(VER_PAT 1)
|
||||||
set(VERSION ${VER_MAJ}.${VER_MIN}.${VER_PAT})
|
set(VERSION ${VER_MAJ}.${VER_MIN}.${VER_PAT})
|
||||||
set(DAILY_BUILD OFF CACHE BOOL "Mark this as a daily build")
|
set(DAILY_BUILD OFF CACHE BOOL "Mark this as a daily build")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue