Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit df4a682

Browse files
authored
Merge pull request keenerd#12 from librtlsdr/VersionChange
Change version to 0.6
2 parents 44cef14 + 3e80bdf commit df4a682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif()
3939

4040
# Set the version information here
4141
set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes
42-
set(VERSION_INFO_MINOR_VERSION 5) # increment minor on feature-level changes
42+
set(VERSION_INFO_MINOR_VERSION 6) # increment minor on feature-level changes
4343
set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs
4444
include(Version) # setup version info
4545

0 commit comments

Comments
 (0)