Bump the version for the context bug fix.

This commit is contained in:
Adam Treat 2023-04-17 15:37:24 -04:00
parent f73fbf28a4
commit cf27c3b1a7

View File

@ -8,7 +8,7 @@ endif()
set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 1)
set(APP_VERSION_PATCH 0)
set(APP_VERSION_PATCH 1)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
# Generate a header file with the version number