From 690967c090f2a4084246ec756f7fa254c609cb33 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sat, 4 Jun 2022 06:09:56 -0700 Subject: [PATCH] Bump version to 2.4.1 and update the copyright year. Signed-off-by: Matt Madison --- LICENSE | 2 +- configure.ac | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 3a702b7..b91f099 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2021, Matthew Madison +Copyright (c) 2019-2022, Matthew Madison Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/configure.ac b/configure.ac index 40e6a6c..798ce5f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,17 +1,17 @@ dnl dnl configure.ac - autoconf script for Tegra boot tools dnl -dnl Copyright (c) 2019-2021, Matthew Madison +dnl Copyright (c) 2019-2022, Matthew Madison dnl -AC_INIT([tegra-boot-tools], [2.4.0]) +AC_INIT([tegra-boot-tools], [2.4.1]) AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MAJOR], [2], [Major version]) AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MINOR], [4], [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([ -Copyright (c) 2019-2021, Matthew Madison +Copyright (c) 2019-2022, Matthew Madison ]) AC_CONFIG_MACRO_DIR([m4])