From 0b1e9c55f6b0b7e348f0c24385adbea5045eb8ee Mon Sep 17 00:00:00 2001 From: LexiconCode Date: Mon, 7 Nov 2022 10:24:34 -0600 Subject: [PATCH] Bump to 5.4.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 221db12..08b092c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.20) project (Natlink) -set(NATLINK_VERSION 5.3.4) +set(NATLINK_VERSION 5.4.4) set(PYTHON_VERSION 3.10 CACHE STRING "3.X for X >= 8") # Python to compile PYTHON_VERSION 3.X set(MYAPP_NAME "Natlink")