Skip to content

Commit 875f109

Browse files
committed
Fix package version number
There is already a v0.4 tag in the repository, but the project/package version in the CMake configuration file (CMakeLists.txt) is only at v0.3. The project/package version is bumped to v0.5 in preparation for the next release. I think I was trying to keep the project/package version the same for each "release" and only change it if a "significant" change to _the package_ occurred. But this is just confusing and it is easier to just bump the minor version number for each release for the package, especially after being away from the project for so long.
1 parent c2408aa commit 875f109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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.3 LANGUAGES C)
2+
project(libssh2lv-nilrt-ipk VERSION 0.5 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

0 commit comments

Comments
 (0)