Skip to content

Commit

Permalink
Version up and updated ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jun 28, 2024
1 parent 9fccc57 commit d149e99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
akvirtualcamera 9.1.2:

- Added ARM 64 packages for Mac.

akvirtualcamera 9.1.1:

- Mark Mac packages architecture.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 9.1.0.{build}-{branch}
version: 9.1.2.{build}-{branch}
os: MinGW

image: Visual Studio 2019
Expand Down
2 changes: 1 addition & 1 deletion commons.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ string(TOLOWER ${COMMONS_APPNAME} COMMONS_TARGET)

set(VER_MAJ 9)
set(VER_MIN 1)
set(VER_PAT 1)
set(VER_PAT 2)
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 d149e99

Please sign in to comment.