From 5dd95501e18af4720fda2b8e0896424986a97237 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Mon, 22 Aug 2022 06:21:02 -0700 Subject: [PATCH] Update version to 1.4.0 Signed-off-by: Matt Madison --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a94f8c1..dc53169 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8) cmake_policy(SET CMP0048 NEW) -project(tegra_eeprom_tool LANGUAGES C VERSION 1.3.0) +project(tegra_eeprom_tool LANGUAGES C VERSION 1.4.0) include(GNUInstallDirs)