Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Jul 14, 2021
1 parent fc6cc53 commit 6500e47
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -10,6 +10,9 @@ Info:
AGP = Anthony G. Basile <basile at opensource dot dyc dot edu>
VZ = Vadim Zhukow https://github.com/grayedhttps://github.com/grayed
--------------------------------------------------------------------
20210714/PB:
tag version 3.2.0

20210712/PB:
internal databases: update

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.2.0.beta.3
3.2.0
18 changes: 9 additions & 9 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ipv6calc 3.2.0.beta.3.
# Generated by GNU Autoconf 2.69 for ipv6calc 3.2.0.
#
# Report bugs to <ipv6calc@deepspace6.net>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ipv6calc'
PACKAGE_TARNAME='ipv6calc'
PACKAGE_VERSION='3.2.0.beta.3'
PACKAGE_STRING='ipv6calc 3.2.0.beta.3'
PACKAGE_VERSION='3.2.0'
PACKAGE_STRING='ipv6calc 3.2.0'
PACKAGE_BUGREPORT='ipv6calc@deepspace6.net'
PACKAGE_URL='http://www.deepspace6.net/projects/ipv6calc.html'

Expand Down Expand Up @@ -1317,7 +1317,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 ipv6calc 3.2.0.beta.3 to adapt to many kinds of systems.
\`configure' configures ipv6calc 3.2.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1379,7 +1379,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ipv6calc 3.2.0.beta.3:";;
short | recursive ) echo "Configuration of ipv6calc 3.2.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ipv6calc configure 3.2.0.beta.3
ipv6calc configure 3.2.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2016,7 +2016,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 ipv6calc $as_me 3.2.0.beta.3, which was
It was created by ipv6calc $as_me 3.2.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -6521,7 +6521,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 ipv6calc $as_me 3.2.0.beta.3, which was
This file was extended by ipv6calc $as_me 3.2.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6584,7 +6584,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="\\
ipv6calc config.status 3.2.0.beta.3
ipv6calc config.status 3.2.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -5,7 +5,7 @@ dnl Copyright: 2001-2021 by Peter Bieringer <pb (at) bieringer.de>

dnl Process this file with autoconf to produce a configure script.

AC_INIT(ipv6calc, 3.2.0.beta.3, ipv6calc@deepspace6.net, ipv6calc, http://www.deepspace6.net/projects/ipv6calc.html)
AC_INIT(ipv6calc, 3.2.0, ipv6calc@deepspace6.net, ipv6calc, http://www.deepspace6.net/projects/ipv6calc.html)

COPYRIGHT_YEAR=2021

Expand Down
2 changes: 1 addition & 1 deletion contrib/ipv6calc.spec
Expand Up @@ -19,7 +19,7 @@

Summary: IPv6 address format change and calculation utility
Name: ipv6calc
Version: 3.2.0.beta.3
Version: 3.2.0
Release: 48%{?gittag}%{?dist}
URL: http://www.deepspace6.net/projects/%{name}.html
License: GPLv2
Expand Down

0 comments on commit 6500e47

Please sign in to comment.