Skip to content

Commit

Permalink
Prepare 0.15 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed May 3, 2016
1 parent 418fae2 commit 012da78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

AC_INIT(zzuf, 0.14)
AC_INIT(zzuf, 0.15)
AC_CONFIG_AUX_DIR(.auto)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules])
Expand Down
2 changes: 1 addition & 1 deletion msvc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
#define PACKAGE_TARNAME "zzuf"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "0.14"
#define PACKAGE_VERSION "0.15"
/* #undef READ_USES_SSIZE_T */
#define RECV_T int
#define SONAME "libzzuf.dll"
Expand Down
2 changes: 1 addition & 1 deletion src/libzzuf/lib-stream.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* zzuf - general purpose fuzzer
*
* Copyright © 2002—2015 Sam Hocevar <sam@hocevar.net>
* Copyright © 2002—2016 Sam Hocevar <sam@hocevar.net>
*
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
Expand Down

0 comments on commit 012da78

Please sign in to comment.