diff options
author | Johnathan Corgan | 2012-02-06 14:58:46 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-02-06 14:58:46 -0800 |
commit | b4be410fbaa05025b9d827c11135cbf79dc71089 (patch) | |
tree | b92da53fb6c10e7aebaf907cf02c00433910fad1 | |
parent | 895bb2f9310ccf016779415ccd58b68176450e40 (diff) | |
parent | bfa8985c8e93d35b246a007b70612ca287242e3e (diff) | |
download | gnuradio-b4be410fbaa05025b9d827c11135cbf79dc71089.tar.gz gnuradio-b4be410fbaa05025b9d827c11135cbf79dc71089.tar.bz2 gnuradio-b4be410fbaa05025b9d827c11135cbf79dc71089.zip |
Merge branch 'maint'
-rw-r--r-- | cmake/Modules/GrPackage.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrPackage.cmake b/cmake/Modules/GrPackage.cmake index 65fbcc353..a36ad9162 100644 --- a/cmake/Modules/GrPackage.cmake +++ b/cmake/Modules/GrPackage.cmake @@ -103,7 +103,7 @@ endfunction(CPACK_COMPONENT) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "GNU Radio - The GNU Software Radio") set(CPACK_PACKAGE_VENDOR "Free Software Foundation, Inc.") set(CPACK_PACKAGE_CONTACT "Discuss GNURadio <discuss-gnuradio@gnu.org>") -string(SUBSTRING "${VERSION}" 1 -1 CPACK_PACKAGE_VERSION) +set(CPACK_PACKAGE_VERSION ${VERSION}) set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/README) set(CPACK_RESOURCE_FILE_README ${CMAKE_SOURCE_DIR}/README) set(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_SOURCE_DIR}/README) |