From 1dc11b5645d224b4686871259cc07a5dd1aad1fd Mon Sep 17 00:00:00 2001 From: offa Date: Thu, 21 Sep 2023 16:51:34 +0200 Subject: [PATCH] Release v0.9.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5a626d..e170a20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(stm32-eth VERSION 0.9.4) +project(stm32-eth VERSION 0.9.5) message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~") message(STATUS "Target: ${CMAKE_SYSTEM_PROCESSOR} (${CMAKE_SYSTEM_NAME})")