Skip to content

Commit

Permalink
Prepare to release version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Sep 3, 2021
1 parent ab2152d commit 24810e1
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
Expand Up @@ -4,7 +4,7 @@ dnl
dnl This file is under the same license of the outguess.

AC_PREREQ([2.69])
AC_INIT([outguess],[0.3],[https://github.com/resurrecting-open-source-projects/outguess/issues])
AC_INIT([outguess],[0.4],[https://github.com/resurrecting-open-source-projects/outguess/issues])
AC_CONFIG_SRCDIR([src/golay.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion src/outguess.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ munmap_file(u_char *data, int len)
int
main(int argc, char **argv)
{
char version[] = "OutGuess 0.3 Universal Stego 1999-2021 Niels Provos and others";
char version[] = "OutGuess 0.4 Universal Stego 1999-2021 Niels Provos and others";
char usage[] = "%s\n\n%s [options] [<input file> [<output file>]]\n"
"\t-h print this usage help text and exit\n"
"\t-[sS] <n> iteration start, capital letter for 2nd dataset\n"
Expand Down

0 comments on commit 24810e1

Please sign in to comment.