File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
dnl This file is under the same license of the outguess.
5
5
6
6
AC_PREREQ ( [ 2.69] )
7
- AC_INIT ( [ outguess] ,[ VERSION ] ,[ https://github.com/resurrecting-open-source-projects/outguess/issues] )
7
+ AC_INIT ( [ outguess] ,[ 0.3 ] ,[ https://github.com/resurrecting-open-source-projects/outguess/issues] )
8
8
AC_CONFIG_SRCDIR ( [ src/golay.h] )
9
9
AC_CONFIG_HEADERS ( [ config.h] )
10
10
AM_INIT_AUTOMAKE
Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ munmap_file(u_char *data, int len)
778
778
int
779
779
main (int argc , char * * argv )
780
780
{
781
- char version [] = "OutGuess 0.2.1 Universal Stego 1999-2018 Niels Provos and others" ;
781
+ char version [] = "OutGuess 0.3 Universal Stego 1999-2021 Niels Provos and others" ;
782
782
char usage [] = "%s\n\n%s [options] [<input file> [<output file>]]\n"
783
783
"\t-h print this usage help text and exit\n"
784
784
"\t-[sS] <n> iteration start, capital letter for 2nd dataset\n"
You can’t perform that action at this time.
0 commit comments