From 8d01879fdc7cb3595895283822546a606ff9e1b0 Mon Sep 17 00:00:00 2001 From: "jueon.park" Date: Tue, 31 Oct 2023 22:56:35 +0900 Subject: [PATCH] Bump to version 1.2.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 437f7f9..3577b82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2) enable_testing() project(JetsonGPIO - VERSION 1.2.4 + VERSION 1.2.5 LANGUAGES C CXX) include(GNUInstallDirs)