diff options
author | Patrick Brunschwig <[email protected]> | 2019-07-06 16:39:53 +0200 |
---|---|---|
committer | Patrick Brunschwig <[email protected]> | 2019-07-06 16:39:53 +0200 |
commit | 453312c56c68c42f31f765799a139277e765c62c (patch) | |
tree | e71e4688faa3287c2786ec721bd605c522a19e29 | |
parent | 5868fa72d3d04e73258a7f1417bd8552bf3e60e3 (diff) | |
download | enigmail-2.0-branch.tar.gz enigmail-2.0-branch.tar.bz2 enigmail-2.0-branch.zip |
updated versionto 2.0.12enigmail-2.0.12enigmail-2.0-branch
-rwxr-xr-x | configure | 14 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | package/install.rdf | 2 |
3 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for enigmail 2.0.11. +# Generated by GNU Autoconf 2.69 for enigmail 2.0.12. # # Report bugs to <https://www.enigmail.net>. # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='enigmail' PACKAGE_TARNAME='enigmail' -PACKAGE_VERSION='2.0.11' -PACKAGE_STRING='enigmail 2.0.11' +PACKAGE_VERSION='2.0.12' +PACKAGE_STRING='enigmail 2.0.12' PACKAGE_BUGREPORT='https://www.enigmail.net' PACKAGE_URL='' @@ -1195,7 +1195,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 2.0.11 to adapt to many kinds of systems. +\`configure' configures enigmail 2.0.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1261,7 +1261,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of enigmail 2.0.11:";; + short | recursive ) echo "Configuration of enigmail 2.0.12:";; esac cat <<\_ACEOF @@ -1343,7 +1343,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -enigmail configure 2.0.11 +enigmail configure 2.0.12 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1360,7 +1360,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 2.0.11, which was +It was created by enigmail $as_me 2.0.12, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 [email protected] diff --git a/configure.ac b/configure.ac index e64eff0c..9d1af931 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) min_automake_version="1.10" -AC_INIT([enigmail],[2.0.11], [https://www.enigmail.net]) +AC_INIT([enigmail],[2.0.12], [https://www.enigmail.net]) AC_PATH_PROG(PYTHON, "python2") diff --git a/package/install.rdf b/package/install.rdf index d9f48274..0c533b9c 100644 --- a/package/install.rdf +++ b/package/install.rdf @@ -5,7 +5,7 @@ <Description about="urn:mozilla:install-manifest"> <em:id>{847b3a00-7ab1-11d4-8f02-006008948af5}</em:id> - <em:version>2.0.11</em:version> + <em:version>2.0.12</em:version> <em:type>2</em:type> <!-- type = extension --> <em:bootstrap>true</em:bootstrap> |