Skip to content

Commit b9bd39a

Browse files
committed
version 1.1.7
1 parent 3120267 commit b9bd39a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ else( NOT WIN32 )
1111
endif( NOT WIN32 )
1212

1313
set( TARGET "${PROJECT_NAME}" )
14-
set( VERSION "1.1.6" )
14+
set( VERSION "1.1.7" )
1515
set( MAJOR "1" )
1616
set( MINOR "1" )
17-
set( PATCH "6" )
17+
set( PATCH "7" )
1818
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra" )
1919

2020
if( WIN32 )

unixinput.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 1996
55
66
*
7-
* Copyright (C) 2012-2018
7+
* Copyright (C) 2012-2019
88
* Elias Oenal ([email protected])
99
*
1010
* This program is free software; you can redistribute it and/or modify
@@ -787,9 +787,9 @@ int main(int argc, char *argv[])
787787

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

0 commit comments

Comments
 (0)