diff options
author | Mark Wielaard <mark@klomp.org> | 2020-03-30 13:04:00 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-03-30 13:04:00 +0200 |
commit | 3a772880847f6a5ecf0755b752801ea02abd5a3d (patch) | |
tree | 80d2cb8f8358d43be8522d80ada48df74c3091f2 /configure.ac | |
parent | 01bb77a5e4464e2d40811fc78635b076a28aad0f (diff) | |
download | elfutils-3a772880847f6a5ecf0755b752801ea02abd5a3d.tar.gz |
Prepare for 0.179elfutils-0.179
Set version to 0.179.
Update NEWS and elfutils.spec.in.
Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <mark@klomp.org>
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 14ad66f2..a39e800f 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.178],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.179],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], |