Skip to content

Commit

Permalink
Update the version to 2.2.1.
Browse files Browse the repository at this point in the history
Start maintenance on the Csmith 2.2 branch.
  • Loading branch information
eeide committed Dec 31, 2014
1 parent dcef523 commit 5aedf4b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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.69 for csmith 2.2.0.
# Generated by GNU Autoconf 2.69 for csmith 2.2.1.
#
# Report bugs to <csmith-bugs@flux.utah.edu>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='csmith'
PACKAGE_TARNAME='csmith'
PACKAGE_VERSION='2.2.0'
PACKAGE_STRING='csmith 2.2.0'
PACKAGE_VERSION='2.2.1'
PACKAGE_STRING='csmith 2.2.1'
PACKAGE_BUGREPORT='csmith-bugs@flux.utah.edu'
PACKAGE_URL='http://embed.cs.utah.edu/csmith/'

Expand Down Expand Up @@ -1331,7 +1331,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.2.0 to adapt to many kinds of systems.
\`configure' configures csmith 2.2.1 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1402,7 +1402,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of csmith 2.2.0:";;
short | recursive ) echo "Configuration of csmith 2.2.1:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1517,7 +1517,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
csmith configure 2.2.0
csmith configure 2.2.1
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1916,7 +1916,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.2.0, which was
It was created by csmith $as_me 2.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

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

# Define the identity of the package.
PACKAGE='csmith'
VERSION='2.2.0'
VERSION='2.2.1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -16439,7 +16439,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.2.0, which was
This file was extended by csmith $as_me 2.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -16497,7 +16497,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.2.0
csmith config.status 2.2.1
configured by $0, generated by GNU Autoconf 2.69,
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.2.0\&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING=\&quot;2.2.1\&quot;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
Expand Down
6 changes: 3 additions & 3 deletions src/csmith.vcxproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
Expand Down Expand Up @@ -54,7 +54,7 @@
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING="2.2.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE_STRING="2.2.1";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Expand Down Expand Up @@ -472,4 +472,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions version.m4
@@ -1,6 +1,6 @@
## -*- mode: m4 -*-
##
## Copyright (c) 2008, 2010, 2011 The University of Utah
## Copyright (c) 2008, 2010, 2011, 2014 The University of Utah
## All rights reserved.
##
## This file is part of `csmith', a random generator of C programs.
Expand Down Expand Up @@ -29,7 +29,7 @@

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

m4_define([CSMITH_VERSION], [2.2.0])
m4_define([CSMITH_VERSION], [2.2.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 5aedf4b

Please sign in to comment.