Skip to content

Commit 3d63384

Browse files
author
Christopher Field
committed
Bump to libssh2lv v0.2.2
The new version of libssh2lv fixes some error handling bugs.
1 parent 875f109 commit 3d63384

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.4)
2-
project(libssh2lv-nilrt-ipk VERSION 0.5 LANGUAGES C)
2+
project(libssh2lv-nilrt-ipk VERSION 0.6 LANGUAGES C)
33
set(PROJECT_URL "https://github.com/fieldrndservices/libssh2lv-nilrt-ipk")
44
set(PROJECT_DESCRIPTION "A CMake Super Build to create libssh2lv IPK files for the NI Linux RT operating system")
55

@@ -8,7 +8,7 @@ include(ExternalProject)
88

99
# libssh2 configuration and build
1010
set(LIBSSH2LV "libssh2lv")
11-
set(LIBSSH2LV_VERSION "0.2.1")
11+
set(LIBSSH2LV_VERSION "0.2.2")
1212
ExternalProject_Add(${LIBSSH2LV}
1313
PREFIX ${LIBSSH2LV}
1414
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2LV}-${LIBSSH2LV_VERSION}.tar.gz

libssh2lv-0.2.1.tar.gz

-62.7 KB
Binary file not shown.

libssh2lv-0.2.2.tar.gz

63.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)