Bump the version for the context bug fix.

This commit is contained in:
Adam Treat 2023-04-17 15:37:24 -04:00
parent 15ae0a4441
commit 9f4e3cb7f4

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