Skip to content

Commit

Permalink
Increment version number to 2.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
eeide committed Dec 16, 2016
1 parent b02c375 commit c257501
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -85,11 +85,11 @@ check_include_file("unistd.h" HAVE_UNISTD_H)
set(creduce_PACKAGE "creduce")
set(creduce_PACKAGE_BUGREPORT "creduce-bugs@flux.utah.edu")
set(creduce_PACKAGE_NAME "creduce")
set(creduce_PACKAGE_STRING "creduce 2.6.0")
set(creduce_PACKAGE_STRING "creduce 2.6.1")
set(creduce_PACKAGE_TARNAME "creduce")
set(creduce_PACKAGE_URL "http://embed.cs.utah.edu/creduce/")
set(creduce_PACKAGE_VERSION "2.6.0")
set(creduce_VERSION "2.6.0")
set(creduce_PACKAGE_VERSION "2.6.1")
set(creduce_VERSION "2.6.1")

# FIXME: Should be determined automatically.
set(YYTEXT_POINTER 1)
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 creduce 2.6.0.
# Generated by GNU Autoconf 2.69 for creduce 2.6.1.
#
# Report bugs to <creduce-bugs@flux.utah.edu>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='creduce'
PACKAGE_TARNAME='creduce'
PACKAGE_VERSION='2.6.0'
PACKAGE_STRING='creduce 2.6.0'
PACKAGE_VERSION='2.6.1'
PACKAGE_STRING='creduce 2.6.1'
PACKAGE_BUGREPORT='creduce-bugs@flux.utah.edu'
PACKAGE_URL='http://embed.cs.utah.edu/creduce/'

Expand Down Expand Up @@ -1344,7 +1344,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 creduce 2.6.0 to adapt to many kinds of systems.
\`configure' configures creduce 2.6.1 to adapt to many kinds of systems.

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

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

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

Expand Down Expand Up @@ -1538,7 +1538,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
creduce configure 2.6.0
creduce configure 2.6.1
generated by GNU Autoconf 2.69

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

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

# Define the identity of the package.
PACKAGE='creduce'
VERSION='2.6.0'
VERSION='2.6.1'


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

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

Expand Down
2 changes: 1 addition & 1 deletion version.m4
Expand Up @@ -8,7 +8,7 @@

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

m4_define([CREDUCE_VERSION], [2.6.0])
m4_define([CREDUCE_VERSION], [2.6.1])
m4_define([CREDUCE_BUGREPORT], [creduce-bugs@flux.utah.edu])
m4_define([CREDUCE_URL], [http://embed.cs.utah.edu/creduce/])

Expand Down

0 comments on commit c257501

Please sign in to comment.