Skip to content

Commit

Permalink
version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasOenal committed Apr 2, 2018
1 parent d53f56a commit 53de9fb
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.4" )
set( VERSION "1.1.5" )
set( MAJOR "1" )
set( MINOR "1" )
set( PATCH "4" )
set( PATCH "5" )
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-2017
* Copyright (C) 2012-2018
* Elias Oenal ([email protected])
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -778,9 +778,9 @@ int main(int argc, char *argv[])

if ( !quietflg )
{ // pay heed to the quietflg
fprintf(stderr, "multimon-ng 1.1.4\n"
fprintf(stderr, "multimon-ng 1.1.5\n"
" (C) 1996/1997 by Tom Sailer HB9JNX/AE4WA\n"
" (C) 2012-2017 by Elias Oenal\n"
" (C) 2012-2018 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 53de9fb

Please sign in to comment.