diff options
author | Mark Wielaard <[email protected]> | 2021-11-10 16:26:07 +0100 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2021-11-10 16:26:07 +0100 |
commit | 983e86fd89e8bf02f2d27ba5dce5bf078af4ceda (patch) | |
tree | 7d2aac6cc4ea93c503f6b1052551bfc7d6c9a994 /configure.ac | |
parent | cc913c824f4031c8f499d6b80c91b8ed66dd7c5d (diff) |
Prepare for 0.186elfutils-0.186
Set version to 0.186
Update NEWS and elfutils.spec.in
Regenerate po/*.po files
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 76563557..ff9581d2 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([elfutils],[0.185],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.186],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], |