diff --git a/configure b/configure index ffaa0ebbf..8752bcff6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for csmith 2.1.0. +# Generated by GNU Autoconf 2.68 for csmith 2.2.0. # # Report bugs to . # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='csmith' PACKAGE_TARNAME='csmith' -PACKAGE_VERSION='2.1.0' -PACKAGE_STRING='csmith 2.1.0' +PACKAGE_VERSION='2.2.0' +PACKAGE_STRING='csmith 2.2.0' PACKAGE_BUGREPORT='csmith-bugs@flux.utah.edu' PACKAGE_URL='http://embed.cs.utah.edu/csmith/' @@ -1306,7 +1306,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures csmith 2.1.0 to adapt to many kinds of systems. +\`configure' configures csmith 2.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1377,7 +1377,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of csmith 2.1.0:";; + short | recursive ) echo "Configuration of csmith 2.2.0:";; esac cat <<\_ACEOF @@ -1484,7 +1484,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -csmith configure 2.1.0 +csmith configure 2.2.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1883,7 +1883,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by csmith $as_me 2.1.0, which was +It was created by csmith $as_me 2.2.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2813,7 +2813,7 @@ fi # Define the identity of the package. PACKAGE='csmith' - VERSION='2.1.0' + VERSION='2.2.0' cat >>confdefs.h <<_ACEOF @@ -15755,7 +15755,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by csmith $as_me 2.1.0, which was +This file was extended by csmith $as_me 2.2.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15813,7 +15813,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -csmith config.status 2.1.0 +csmith config.status 2.2.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/src/csmith.vcproj b/src/csmith.vcproj index 38e66ea53..4d86ae9b4 100644 --- a/src/csmith.vcproj +++ b/src/csmith.vcproj @@ -45,7 +45,7 @@ Disabled - WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING="2.1.0";%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING="2.2.0";%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebug diff --git a/version.m4 b/version.m4 index 22ae2b22c..b0db1efd3 100644 --- a/version.m4 +++ b/version.m4 @@ -29,7 +29,7 @@ ############################################################################### -m4_define([CSMITH_VERSION], [2.1.0]) +m4_define([CSMITH_VERSION], [2.2.0]) m4_define([CSMITH_BUGREPORT], [csmith-bugs@flux.utah.edu]) m4_define([CSMITH_URL], [http://embed.cs.utah.edu/csmith/])