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; }