Skip to content

Commit

Permalink
version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasOenal committed Jul 1, 2019
1 parent 84c0235 commit ef81287
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7" )
set( VERSION "1.1.8" )
set( MAJOR "1" )
set( MINOR "1" )
set( PATCH "7" )
set( PATCH "8" )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra" )

if( WIN32 )
Expand Down
2 changes: 1 addition & 1 deletion pocsag.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ bool pocsag_init_charset(char *charset)
else
{
fprintf(stderr, "Error: invalid POCSAG charset %s\n", charset);
fprintf(stderr, "Use: US,FR,DE\n");
fprintf(stderr, "Use: US,FR,DE,SE\n");
charset = "US";
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion unixinput.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ int main(int argc, char *argv[])

if ( !quietflg )
{ // pay heed to the quietflg
fprintf(stderr, "multimon-ng 1.1.7\n"
fprintf(stderr, "multimon-ng 1.1.8\n"
" (C) 1996/1997 by Tom Sailer HB9JNX/AE4WA\n"
" (C) 2012-2019 by Elias Oenal\n"
"Available demodulators:");
Expand Down

0 comments on commit ef81287

Please sign in to comment.