From 7cdd2da5d57263ff07b3e8097f44cd161fc1e4aa Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 22 Apr 2022 17:31:32 -0400 Subject: [PATCH] Fix CMakeLists.txt so that CPack works. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd5477e70..ec59d0ae2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ if (POLICY CMP0075) endif () project (wsjtx - VERSION 2.6.0 + VERSION 2.6.0.0 LANGUAGES C CXX Fortran ) set (PROJECT_DESCRIPTION "WSJT-X: Digital Modes for Weak Signal Communications in Amateur Radio")