Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed May 10, 2022
1 parent 2695d22 commit 81f6968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(ofdm-transfer, 1.6.0)
AC_INIT(ofdm-transfer, 1.7.0)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(src/ofdm-transfer.c)
AC_CONFIG_MACRO_DIRS([m4])
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void signal_handler(int signum)

void usage()
{
printf("ofdm-transfer version 1.6.0\n");
printf("ofdm-transfer version 1.7.0\n");
printf("\n");
printf("Usage: ofdm-transfer [options] [filename]\n");
printf("\n");
Expand Down

0 comments on commit 81f6968

Please sign in to comment.