Skip to content

Commit b2075d6

Browse files
committed
Prepare to release version 0.3
1 parent e1437dc commit b2075d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl This file is under the same license of the outguess.
55

66
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])
88
AC_CONFIG_SRCDIR([src/golay.h])
99
AC_CONFIG_HEADERS([config.h])
1010
AM_INIT_AUTOMAKE

src/outguess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ munmap_file(u_char *data, int len)
778778
int
779779
main(int argc, char **argv)
780780
{
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";
782782
char usage[] = "%s\n\n%s [options] [<input file> [<output file>]]\n"
783783
"\t-h print this usage help text and exit\n"
784784
"\t-[sS] <n> iteration start, capital letter for 2nd dataset\n"

0 commit comments

Comments
 (0)