Skip to content

Commit 84a0196

Browse files
authored
Update version to 3.7.4 in CMakeLists.txt (#87)
Updating version to 3.7.4 so we can cut a new release. Needed for #86
1 parent 977fa36 commit 84a0196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif()
1414
# PICT version, build, and product info
1515
set(PICT_VERSION_MAJOR 3 CACHE STRING "PICT major version")
1616
set(PICT_VERSION_MINOR 7 CACHE STRING "PICT minor version")
17-
set(PICT_VERSION_BUILD 3 CACHE STRING "PICT build version")
17+
set(PICT_VERSION_BUILD 4 CACHE STRING "PICT build version")
1818
set(PICT_VERSION_SHORT "${PICT_VERSION_MAJOR}.${PICT_VERSION_MINOR}")
1919
set(PICT_VERSION_FULL "${PICT_VERSION_SHORT}.${PICT_VERSION_BUILD}")
2020

0 commit comments

Comments
 (0)