diff options
author | Patrick Brunschwig <[email protected]> | 2021-06-05 18:16:28 +0200 |
---|---|---|
committer | Patrick Brunschwig <[email protected]> | 2021-06-05 18:16:28 +0200 |
commit | b590bc6cdf8283d246bb3c8f7fd08c0b64a4df3d (patch) | |
tree | 617f933ca52a750c7310ad51e3d51d340013e62d | |
parent | 8eb5986ee7c1c099c609652b9ae1f5c7aad2e7a0 (diff) | |
download | enigmail-b590bc6cdf8283d246bb3c8f7fd08c0b64a4df3d.tar.gz enigmail-b590bc6cdf8283d246bb3c8f7fd08c0b64a4df3d.tar.bz2 enigmail-b590bc6cdf8283d246bb3c8f7fd08c0b64a4df3d.zip |
prepare version 3.0enigmail-3.0
-rwxr-xr-x | configure | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for enigmail 3.0a1. +# Generated by GNU Autoconf 2.69 for enigmail 3.0. # # Report bugs to <https://www.enigmail.net>. # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='enigmail' PACKAGE_TARNAME='enigmail' -PACKAGE_VERSION='3.0a1' -PACKAGE_STRING='enigmail 3.0a1' +PACKAGE_VERSION='3.0' +PACKAGE_STRING='enigmail 3.0' PACKAGE_BUGREPORT='https://www.enigmail.net' PACKAGE_URL='' @@ -1208,7 +1208,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 enigmail 3.0a1 to adapt to many kinds of systems. +\`configure' configures enigmail 3.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1275,7 +1275,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of enigmail 3.0a1:";; + short | recursive ) echo "Configuration of enigmail 3.0:";; esac cat <<\_ACEOF @@ -1358,7 +1358,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -enigmail configure 3.0a1 +enigmail configure 3.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1375,7 +1375,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 enigmail $as_me 3.0a1, which was +It was created by enigmail $as_me 3.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 [email protected] @@ -2615,7 +2615,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 enigmail $as_me 3.0a1, which was +This file was extended by enigmail $as_me 3.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2668,7 +2668,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="\\ -enigmail config.status 3.0a1 +enigmail config.status 3.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 83fd7c09..162e0a28 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) min_automake_version="1.10" -AC_INIT([enigmail],[3.0a1], [https://www.enigmail.net]) +AC_INIT([enigmail],[3.0], [https://www.enigmail.net]) AC_PATH_PROG(PYTHON, "python3") |