Upgraded version to 9.1.1.

This commit is contained in:
Gonzalo Exequiel Pedone 2023-04-29 14:42:15 -03:00
parent 4b4ed301b2
commit f741b1766b
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
akvirtualcamera 9.1.1:
- Mark Mac packages architecture.
akvirtualcamera 9.1.0:
- Added -f, --force flags to the manager, this bypass the virtual camera usage

View file

@ -29,7 +29,7 @@ string(TOLOWER ${COMMONS_APPNAME} COMMONS_TARGET)
set(VER_MAJ 9)
set(VER_MIN 1)
set(VER_PAT 0)
set(VER_PAT 1)
set(VERSION ${VER_MAJ}.${VER_MIN}.${VER_PAT})
set(DAILY_BUILD OFF CACHE BOOL "Mark this as a daily build")