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

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed Sep 7, 2022
1 parent dbc3b6a commit f8aebfe
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(dsss-transfer, 1.0.1)
AC_INIT(dsss-transfer, 1.0.2)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(src/dsss-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("dsss-transfer version 1.0.1\n");
printf("dsss-transfer version 1.0.2\n");
printf("\n");
printf("Usage: dsss-transfer [options] [filename]\n");
printf("\n");
Expand Down

0 comments on commit f8aebfe

Please sign in to comment.