Skip to content

Commit

Permalink
Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Madison <[email protected]>
  • Loading branch information
madisongh committed Nov 22, 2020
1 parent b6aa20a commit 4feb9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dnl
dnl Copyright (c) 2019-2020, Matthew Madison
dnl

AC_INIT([tegra-eeprom-tool], [1.1.2])
AC_INIT([tegra-eeprom-tool], [1.2.0])
AC_DEFINE([EEPROMTOOL_VERSION_MAJOR], [1], [Major version])
AC_DEFINE([EEPROMTOOL_VERSION_MINOR], [1], [Minor version])
AC_DEFINE([EEPROMTOOL_VERSION_MAINT], [2], [Maintenance level])
AC_DEFINE([EEPROMTOOL_VERSION_MINOR], [2], [Minor version])
AC_DEFINE([EEPROMTOOL_VERSION_MAINT], [0], [Maintenance level])
AM_INIT_AUTOMAKE([subdir-objects foreign])
AM_SILENT_RULES([yes])
AC_COPYRIGHT([
Expand Down

0 comments on commit 4feb9a3

Please sign in to comment.