diff options
-rw-r--r-- | gr-utils/modtool/templates/gr-newmod/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/modtool/templates/gr-newmod/CMakeLists.txt b/gr-utils/modtool/templates/gr-newmod/CMakeLists.txt index 8ea2d06064..ff56abfd1f 100644 --- a/gr-utils/modtool/templates/gr-newmod/CMakeLists.txt +++ b/gr-utils/modtool/templates/gr-newmod/CMakeLists.txt @@ -33,7 +33,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules) set(VERSION_MAJOR 1) set(VERSION_API 0) set(VERSION_ABI 0) -set(VERSION_PATCH git) +set(VERSION_PATCH 0) cmake_policy(SET CMP0011 NEW) |