From 48de3878ebdf7ea894655826e18b404eceef6b8e Mon Sep 17 00:00:00 2001 From: "Thomas R. Benson" Date: Fri, 5 Jun 2020 14:17:49 -0700 Subject: [PATCH] update version tag to 1.3.4 This marks the end of the 1.3.* release series. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c6760d528..e6490fe367 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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