Skip to content

Commit

Permalink
configure.ac: bump version to 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Madison <[email protected]>
  • Loading branch information
madisongh committed May 3, 2021
1 parent e8c4d88 commit 4379bab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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-2021, Matthew Madison
dnl

AC_INIT([tegra-boot-tools], [2.2.4])
AC_INIT([tegra-boot-tools], [2.3.0])
AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MAJOR], [2], [Major version])
AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MINOR], [2], [Minor version])
AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MAINT], [4], [Maintenance level])
AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MINOR], [3], [Minor version])
AC_DEFINE([TEGRA_BOOT_TOOLS_VERSION_MAINT], [0], [Maintenance level])
AM_INIT_AUTOMAKE([subdir-objects foreign])
AM_SILENT_RULES([yes])
AC_COPYRIGHT([
Copyright (c) 2019-2021 Matthew Madison
Copyright (c) 2019-2021, Matthew Madison
])
AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit 4379bab

Please sign in to comment.