From 9ec349dd26ac4b7254d5a99b213228b6fffa7506 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 9 Jan 2023 11:56:14 -0500 Subject: [PATCH] Bump version number for map65 branch to 2.6.2. Maybe temporary use of this number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2fea8422..9b816b809 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ if (POLICY CMP0075) endif () project (wsjtx - VERSION 2.6.1.0 + VERSION 2.6.2.0 LANGUAGES C CXX Fortran ) set (PROJECT_DESCRIPTION "WSJT-X: Digital Modes for Weak Signal Communications in Amateur Radio")