Skip to content

Commit

Permalink
Release v3.10.9.1
Browse files Browse the repository at this point in the history
3.10.9.0 was short-lived because I tagged it without updating
the version number in CMakeLists.txt

Signed-off-by: Jeff Long <willcode4@gmail.com>
  • Loading branch information
willcode committed Jan 1, 2024
1 parent 780ef61 commit e0711ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -47,7 +47,7 @@ include(GrComponent)
SET(VERSION_MAJOR 3)
SET(VERSION_API 10)
SET(VERSION_ABI 9)
SET(VERSION_PATCH 0-rc2)
SET(VERSION_PATCH 1)
include(GrVersion) #setup version info
# cmake-format: on

Expand Down

0 comments on commit e0711ad

Please sign in to comment.