From d8a5ae0987bc8a2e94abb4c23c262d1e41ff49b0 Mon Sep 17 00:00:00 2001 From: Chris Field Date: Tue, 31 Mar 2020 15:34:59 -0400 Subject: [PATCH] Bump package version The package version was already v0.3 but the project version for the CMakeList file did not match. The CMake project version is bumped from v0.3 to v0.4 to match the repository tags. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd69f69..84b9bfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.4) -project(libssh2-nilrt-ipk VERSION 0.3 LANGUAGES C) +project(libssh2-nilrt-ipk VERSION 0.4 LANGUAGES C) set(PROJECT_URL "https://github.com/fieldrndservices/libssh2-nilrt-ipk") set(PROJECT_DESCRIPTION "A CMake Super Build to create libssh2 IPK files for the NI Linux RT operating system")