Skip to content

Commit

Permalink
Prepare to release version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Aug 21, 2021
1 parent e1437dc commit b2075d6
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],[VERSION],[https://github.com/resurrecting-open-source-projects/outguess/issues])
AC_INIT([outguess],[0.3],[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 @@ -778,7 +778,7 @@ munmap_file(u_char *data, int len)
int
main(int argc, char **argv)
{
char version[] = "OutGuess 0.2.1 Universal Stego 1999-2018 Niels Provos and others";
char version[] = "OutGuess 0.3 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 b2075d6

Please sign in to comment.