From 517214676cd78221f263f95279f08f74450bde90 Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Sat, 5 Sep 2015 22:17:26 -0400 Subject: [PATCH] version bump for bug fix --- CMakeLists.txt | 4 ++-- include/SailfishConfig.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a394eb..54f18af 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,10 +4,10 @@ enable_testing() project (Sailfish) -set(CPACK_PACKAGE_VERSION "0.7.3") +set(CPACK_PACKAGE_VERSION "0.7.4") set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "7") -set(CPACK_PACKAGE_VERSION_PATCH "3") +set(CPACK_PACKAGE_VERSION_PATCH "4") set(CPACK_GENERATOR "TGZ") set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_PACKAGE_VENDOR "Carnegie Mellon University") diff --git a/include/SailfishConfig.hpp b/include/SailfishConfig.hpp index 60214c0..6fdd59a 100644 --- a/include/SailfishConfig.hpp +++ b/include/SailfishConfig.hpp @@ -28,8 +28,8 @@ namespace sailfish { constexpr char majorVersion[] = "0"; constexpr char minorVersion[] = "7"; - constexpr char patchVersion[] = "3"; - constexpr char version[] = "0.7.3"; + constexpr char patchVersion[] = "4"; + constexpr char version[] = "0.7.4"; constexpr uint32_t indexVersion = 1; }