summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Merey <[email protected]>2024-03-01 12:31:49 -0500
committerAaron Merey <[email protected]>2024-03-01 12:31:49 -0500
commit18a015c0b0787ba5acb39801ab7c17dac50f584d (patch)
tree61c13c783bed9498ae6fd5f04fe9c1c7a882c04d /configure.ac
parentec5ce487c15dcd709d033dd5693b468ac34223ce (diff)
Prepare for 0.191elfutils-0.191
Set version to 0.191 Update NEWS, elfutils.spec.in and printversion.c. Regenerate po/*.po files. Signed-off-by: Aaron Merey <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ddb79b83..bbe8673e 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.190],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
+AC_INIT([elfutils],[0.191],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
dnl Workaround for older autoconf < 2.64
m4_ifndef([AC_PACKAGE_URL],
@@ -45,7 +45,7 @@ fi
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])
-AC_COPYRIGHT([Copyright (C) 1996-2023 The elfutils developers.])
+AC_COPYRIGHT([Copyright (C) 1996-2024 The elfutils developers.])
AC_PREREQ(2.63) dnl Minimum Autoconf version required.
dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.