Skip to content

Commit

Permalink
Bump project version number
Browse files Browse the repository at this point in the history
The CMake project number, and ultimately the IPK package number is
bumped from v0.1 to v0.2 because the previous version was failing on
64-bit architectures. The version bump will provide a "road sign" that
the previous version did not work for some architectures for cRIOs.
  • Loading branch information
volks73 committed May 25, 2019
1 parent 9497b1a commit 3965e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4)
project(libssh2-nilrt-ipk VERSION 0.1 LANGUAGES C)
project(libssh2-nilrt-ipk VERSION 0.2 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")

Expand Down

0 comments on commit 3965e52

Please sign in to comment.