From 27189a479d3edc375858b8f5dd4038457815e61e Mon Sep 17 00:00:00 2001 From: offa Date: Thu, 19 Dec 2024 19:03:46 +0100 Subject: [PATCH] Release v0.9.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e170a20..72b85fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(stm32-eth VERSION 0.9.5) +project(stm32-eth VERSION 0.9.6) message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~") message(STATUS "Target: ${CMAKE_SYSTEM_PROCESSOR} (${CMAKE_SYSTEM_NAME})")