Skip to content

Commit

Permalink
Increment version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasOenal committed Oct 11, 2023
1 parent d2c8ad6 commit abb7288
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,9 +11,9 @@ else( NOT WIN32 )
endif( NOT WIN32 )

set( TARGET "${PROJECT_NAME}" )
set( VERSION "1.2.0" )
set( VERSION "1.3.0" )
set( MAJOR "1" )
set( MINOR "2" )
set( MINOR "3" )
set( PATCH "0" )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra" )

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 (sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu)
*
* Copyright (C) 2012-2022
* Copyright (C) 2012-2023
* Elias Oenal (multimon-ng@eliasoenal.com)
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -802,9 +802,9 @@ int main(int argc, char *argv[])

if ( !quietflg )
{ // pay heed to the quietflg
fprintf(stderr, "multimon-ng 1.2.0\n"
fprintf(stderr, "multimon-ng 1.3.0\n"
" (C) 1996/1997 by Tom Sailer HB9JNX/AE4WA\n"
" (C) 2012-2022 by Elias Oenal\n"
" (C) 2012-2023 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 abb7288

Please sign in to comment.