Skip to content

Commit

Permalink
Fix package version number
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
volks73 committed Mar 31, 2020
1 parent c2408aa commit 875f109
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(libssh2lv-nilrt-ipk VERSION 0.3 LANGUAGES C)
project(libssh2lv-nilrt-ipk VERSION 0.5 LANGUAGES C)
set(PROJECT_URL "https://github.com/fieldrndservices/libssh2lv-nilrt-ipk")
set(PROJECT_DESCRIPTION "A CMake Super Build to create libssh2lv IPK files for the NI Linux RT operating system")

Expand Down

0 comments on commit 875f109

Please sign in to comment.