Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Madison <[email protected]>
  • Loading branch information
madisongh committed Sep 20, 2021
1 parent 4696c4b commit 0a4a266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 0a4a266

Please sign in to comment.