diff --git a/ChangeLog b/ChangeLog index 967d181c..ec3c18a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ Info: AGP = Anthony G. Basile VZ = Vadim Zhukow https://github.com/grayedhttps://github.com/grayed -------------------------------------------------------------------- +20210714/PB: + tag version 3.2.0 + 20210712/PB: internal databases: update diff --git a/VERSION b/VERSION index c004750c..944880fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0.beta.3 +3.2.0 diff --git a/configure b/configure index ce1f7fd9..a4e599bf 100755 --- a/configure +++ b/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 . # @@ -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' @@ -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]... @@ -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 @@ -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. @@ -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 $@ @@ -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 @@ -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\\" diff --git a/configure.in b/configure.in index 03306e76..68ed8bfe 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl Copyright: 2001-2021 by Peter Bieringer 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 diff --git a/contrib/ipv6calc.spec b/contrib/ipv6calc.spec index 75d3fe54..bb224d60 100644 --- a/contrib/ipv6calc.spec +++ b/contrib/ipv6calc.spec @@ -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