Skip to content

Commit

Permalink
Increase version to 3.33.0 as new tests were added.
Browse files Browse the repository at this point in the history
According to README the minor version indicates number of tests
and as tests 210 and 211 were added, minor version should be increased.
  • Loading branch information
mbroz committed Feb 27, 2024
1 parent 67989b4 commit 8d72f31
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for dieharder 3.31.1.
# Generated by GNU Autoconf 2.71 for dieharder 3.33.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -618,8 +618,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dieharder'
PACKAGE_TARNAME='dieharder'
PACKAGE_VERSION='3.31.1'
PACKAGE_STRING='dieharder 3.31.1'
PACKAGE_VERSION='3.33.0'
PACKAGE_STRING='dieharder 3.33.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1360,7 +1360,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 dieharder 3.31.1 to adapt to many kinds of systems.
\`configure' configures dieharder 3.33.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1431,7 +1431,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of dieharder 3.31.1:";;
short | recursive ) echo "Configuration of dieharder 3.33.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1541,7 +1541,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
dieharder configure 3.31.1
dieharder configure 3.33.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1859,7 +1859,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 dieharder $as_me 3.31.1, which was
It was created by dieharder $as_me 3.33.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3130,7 +3130,7 @@ fi

# Define the identity of the package.
PACKAGE='dieharder'
VERSION='3.31.1'
VERSION='3.33.0'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -12691,9 +12691,9 @@ CC=$lt_save_CC



DIEHARDER_LT_VERSION="3:31:1"
DIEHARDER_LT_VERSION="3:33:0"

DIEHARDER_LIB_VERSION=3.31.1
DIEHARDER_LIB_VERSION=3.33.0


case "$VERSION" in
Expand Down Expand Up @@ -14866,7 +14866,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 dieharder $as_me 3.31.1, which was
This file was extended by dieharder $as_me 3.33.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14934,7 +14934,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
dieharder config.status 3.31.1
dieharder config.status 3.33.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AC_PREREQ(2.59)
# Be sure to set DIEHARDER_LT_VERSION below at the same time
# you change this:
#==================================================================
AC_INIT([dieharder], [3.31.1])
AC_INIT([dieharder], [3.33.0])

AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([dieharder.abs])
Expand All @@ -33,9 +33,9 @@ AC_DEFINE([RELEASED], [], [Description])
AC_CONFIG_MACRO_DIR([m4])
LT_INIT
AC_SUBST([LIBTOOL_DEPS])
DIEHARDER_LT_VERSION="3:31:1"
DIEHARDER_LT_VERSION="3:33:0"
AC_SUBST(DIEHARDER_LT_VERSION)
DIEHARDER_LIB_VERSION=3.31.1
DIEHARDER_LIB_VERSION=3.33.0
AC_SUBST(DIEHARDER_LIB_VERSION)

case "$VERSION" in
Expand Down
2 changes: 1 addition & 1 deletion manual/macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
% below, as it is nearly a one-stop-shop for references these days.
%

\newcommand{\version}{3.31.1}
\newcommand{\version}{3.33.0}

%========================================================================
% These are some macros I find useful doing e.g. physics textbooks.
Expand Down

0 comments on commit 8d72f31

Please sign in to comment.