Skip to content

Commit

Permalink
update version tag to 1.3.4
Browse files Browse the repository at this point in the history
This marks the end of the 1.3.* release series.
  • Loading branch information
benson31 committed Jun 5, 2020
1 parent b5550dc commit 48de387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -54,7 +54,7 @@ endif (__GIT_EXECUTABLE)
# This must be set because version tags
set(HYDROGEN_VERSION_MAJOR 1)
set(HYDROGEN_VERSION_MINOR 3)
set(HYDROGEN_VERSION_PATCH 3)
set(HYDROGEN_VERSION_PATCH 4)
set(HYDROGEN_VERSION_MAJOR_MINOR
"${HYDROGEN_VERSION_MAJOR}.${HYDROGEN_VERSION_MINOR}")
set(HYDROGEN_VERSION
Expand Down

0 comments on commit 48de387

Please sign in to comment.