Skip to content

Commit

Permalink
Update the version to 2.3.1.
Browse files Browse the repository at this point in the history
Start maintenance on the Csmith 2.3 branch.
  • Loading branch information
eeide committed Jun 21, 2017
1 parent 30dccd7 commit 4f71e3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -108,11 +108,11 @@ check_symbol_exists(srand48_deterministic
set(csmith_PACKAGE "csmith")
set(csmith_PACKAGE_BUGREPORT "csmith-bugs@flux.utah.edu")
set(csmith_PACKAGE_NAME "csmith")
set(csmith_PACKAGE_STRING "csmith 2.3.0")
set(csmith_PACKAGE_STRING "csmith 2.3.1")
set(csmith_PACKAGE_TARNAME "csmith")
set(csmith_PACKAGE_URL "http://embed.cs.utah.edu/csmith/")
set(csmith_PACKAGE_VERSION "2.3.0")
set(csmith_VERSION "2.3.0")
set(csmith_PACKAGE_VERSION "2.3.1")
set(csmith_VERSION "2.3.1")

configure_file("cmake_config.h.in" "${PROJECT_BINARY_DIR}/config.h")
add_definitions("-DHAVE_CONFIG_H")
Expand Down
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.3.0.
# Generated by GNU Autoconf 2.69 for csmith 2.3.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.3.0'
PACKAGE_STRING='csmith 2.3.0'
PACKAGE_VERSION='2.3.1'
PACKAGE_STRING='csmith 2.3.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.3.0 to adapt to many kinds of systems.
\`configure' configures csmith 2.3.1 to adapt to many kinds of systems.

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

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

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

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

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

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

# Define the identity of the package.
PACKAGE='csmith'
VERSION='2.3.0'
VERSION='2.3.1'


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

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -16695,7 +16695,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.3.0
csmith config.status 2.3.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
4 changes: 2 additions & 2 deletions version.m4
@@ -1,6 +1,6 @@
## -*- mode: m4 -*-
##
## Copyright (c) 2008, 2010, 2011, 2014 The University of Utah
## Copyright (c) 2008, 2010, 2011, 2014, 2017 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.3.0])
m4_define([CSMITH_VERSION], [2.3.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 4f71e3f

Please sign in to comment.