Skip to content

Commit

Permalink
version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasOenal committed Jan 15, 2019
1 parent 3120267 commit b9bd39a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ else( NOT WIN32 )
endif( NOT WIN32 )

set( TARGET "${PROJECT_NAME}" )
set( VERSION "1.1.6" )
set( VERSION "1.1.7" )
set( MAJOR "1" )
set( MINOR "1" )
set( PATCH "6" )
set( PATCH "7" )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra" )

if( WIN32 )
Expand Down
6 changes: 3 additions & 3 deletions unixinput.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 1996
* Thomas Sailer ([email protected], [email protected])
*
* Copyright (C) 2012-2018
* Copyright (C) 2012-2019
* Elias Oenal ([email protected])
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -787,9 +787,9 @@ int main(int argc, char *argv[])

if ( !quietflg )
{ // pay heed to the quietflg
fprintf(stderr, "multimon-ng 1.1.6\n"
fprintf(stderr, "multimon-ng 1.1.7\n"
" (C) 1996/1997 by Tom Sailer HB9JNX/AE4WA\n"
" (C) 2012-2018 by Elias Oenal\n"
" (C) 2012-2019 by Elias Oenal\n"
"Available demodulators:");
for (i = 0; (unsigned int) i < NUMDEMOD; i++) {
fprintf(stderr, " %s", dem[i]->name);
Expand Down

0 comments on commit b9bd39a

Please sign in to comment.