Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruck committed Jan 3, 2018
1 parent 79b7cfd commit 2f5392c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project(radiotray-ng CXX)
# version for user agent creation
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 2)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION_PATCH 1-dev)
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

# output dir
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ A config is created in your ~/.config/radiotray-ng directory with the following
"compact-menu" : false,
"debug-logging" : false,
"file-monitor" : true,
"file-monitor-interval" : 30,
"file-monitor-interval" : 10,
"invert-menu" : false,
"last-station" : "",
"last-station-group" : "",
Expand Down

0 comments on commit 2f5392c

Please sign in to comment.