From 00890a63c7c2b223f35b087efbab3b92c8829d54 Mon Sep 17 00:00:00 2001 From: drowe67 <45574645+drowe67@users.noreply.github.com> Date: Sat, 6 May 2023 05:12:19 +0930 Subject: [PATCH] bump version to 0.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb01b68..1600871 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ endif("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") # file at some point. # set(LPCNET_VERSION_MAJOR 0) -set(LPCNET_VERSION_MINOR 4) +set(LPCNET_VERSION_MINOR 5) # Set to patch level if needed, otherwise leave FALSE. # Must be positive (non-zero) if set, since 0 == FALSE in CMake. set(LPCNET_VERSION_PATCH FALSE)