diff options
author | Mark Wielaard <mark@klomp.org> | 2022-11-02 13:47:08 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2022-11-02 13:47:08 +0100 |
commit | e9f3045caa5c4498f371383e5519151942d48b6d (patch) | |
tree | a97eac871f02e889ecd1ec97caabf70fa4bada52 /configure.ac | |
parent | f0f155569c6859c5bc529c0279a6b4803aac950f (diff) | |
download | elfutils-e9f3045caa5c4498f371383e5519151942d48b6d.tar.gz |
Prepare for 0.188elfutils-0.188
Set version to 0.188
Update 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 1084b469..59be27ac 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,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.187],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.188],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], |