diff --git a/CMakeLists.txt b/CMakeLists.txt index 72a1d7f..dcffceb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment ve project(Carabiner) -set(Carabiner_VERSION "1.1.4-SNAPSHOT") +set(Carabiner_VERSION "1.1.4") configure_file(carabiner.h.in carabiner.h) configure_file(Info.plist.in Info.plist)