Skip to content

Commit

Permalink
Update version to 3.7.4 in CMakeLists.txt (#87)
Browse files Browse the repository at this point in the history
Updating version to 3.7.4 so we can cut a new release.

Needed for #86
  • Loading branch information
bhardwajs authored Mar 31, 2022
1 parent 977fa36 commit 84a0196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif()
# PICT version, build, and product info
set(PICT_VERSION_MAJOR 3 CACHE STRING "PICT major version")
set(PICT_VERSION_MINOR 7 CACHE STRING "PICT minor version")
set(PICT_VERSION_BUILD 3 CACHE STRING "PICT build version")
set(PICT_VERSION_BUILD 4 CACHE STRING "PICT build version")
set(PICT_VERSION_SHORT "${PICT_VERSION_MAJOR}.${PICT_VERSION_MINOR}")
set(PICT_VERSION_FULL "${PICT_VERSION_SHORT}.${PICT_VERSION_BUILD}")

Expand Down

0 comments on commit 84a0196

Please sign in to comment.