From 0a4a2668879a744a4f459b362a087f3c7f45375a Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Mon, 20 Sep 2021 12:14:39 -0700 Subject: [PATCH] Bump version to 2.5.1 Signed-off-by: Matt Madison --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9efe663..89558c8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ dnl dnl Copyright (c) 2019-2021, Matthew Madison dnl -AC_INIT([tegra-boot-tools], [2.5.0]) +AC_INIT([tegra-boot-tools], [2.5.1]) AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MAJOR], [2], [Major version]) AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MINOR], [5], [Minor version]) -AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MAINT], [0], [Maintenance level]) +AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MAINT], [1], [Maintenance level]) AM_INIT_AUTOMAKE([subdir-objects foreign]) AM_SILENT_RULES([yes]) AC_COPYRIGHT([