From 125989c82900a14a231f56e6512c56b1af237470 Mon Sep 17 00:00:00 2001 From: vagrant Date: Thu, 11 Jun 2015 21:20:56 +0000 Subject: [PATCH] Tagging version 0.4.1 --- CMakeLists.txt | 4 ++-- include/SalmonConfig.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e01a2847..70a7267cd 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,10 +4,10 @@ enable_testing() project (Salmon) -set(CPACK_PACKAGE_VERSION "0.4.0") +set(CPACK_PACKAGE_VERSION "0.4.1") set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR 4") -set(CPACK_PACKAGE_VERSION_PATCH 0") +set(CPACK_PACKAGE_VERSION_PATCH 1") set(CPACK_GENERATOR "TGZ") set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_PACKAGE_VENDOR Stony Brook University") diff --git a/include/SalmonConfig.hpp b/include/SalmonConfig.hpp index 4ee276686..45b0b3c08 100644 --- a/include/SalmonConfig.hpp +++ b/include/SalmonConfig.hpp @@ -28,8 +28,8 @@ namespace salmon { constexpr char majorVersion[] = "0"; constexpr char minorVersion[] = "4"; - constexpr char patchVersion[] = "0"; - constexpr char version[] = "0.4.0"; + constexpr char patchVersion[] = "1"; + constexpr char version[] = "0.4.1"; } #endif // SALMON_CONFIG_HPP