Skip to content

Commit

Permalink
Update the version to 2.1.1.
Browse files Browse the repository at this point in the history
Start maintenance on the Csmith 2.1 branch.
  • Loading branch information
eeide committed Nov 22, 2011
1 parent dd96f02 commit 0f0b37a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions 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.1.1.
#
# Report bugs to <csmith-bugs@flux.utah.edu>.
#
Expand Down Expand Up @@ -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.1.1'
PACKAGE_STRING='csmith 2.1.1'
PACKAGE_BUGREPORT='csmith-bugs@flux.utah.edu'
PACKAGE_URL='http://embed.cs.utah.edu/csmith/'

Expand Down Expand Up @@ -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.1.1 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -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.1.1:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -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.1.1
generated by GNU Autoconf 2.68

Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -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.1.1, which was
generated by GNU Autoconf 2.68. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2813,7 +2813,7 @@ fi

# Define the identity of the package.
PACKAGE='csmith'
VERSION='2.1.0'
VERSION='2.1.1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -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.1.1, which was
generated by GNU Autoconf 2.68. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -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.1.1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion src/csmith.vcproj
Expand Up @@ -45,7 +45,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING=\&quot;2.1.0\&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING=\&quot;2.1.1\&quot;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
Expand Down
2 changes: 1 addition & 1 deletion src/csmith.vcxproj
Expand Up @@ -54,7 +54,7 @@
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING="2.1.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING="2.1.1";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Expand Down
2 changes: 1 addition & 1 deletion version.m4
Expand Up @@ -29,7 +29,7 @@

###############################################################################

m4_define([CSMITH_VERSION], [2.1.0])
m4_define([CSMITH_VERSION], [2.1.1])
m4_define([CSMITH_BUGREPORT], [csmith-bugs@flux.utah.edu])
m4_define([CSMITH_URL], [http://embed.cs.utah.edu/csmith/])

Expand Down

0 comments on commit 0f0b37a

Please sign in to comment.