Skip to content

Commit 8c311c4

Browse files
committed
[RELEASE] v1.3.0
Breaking changes: - CMake >= 3.12 required at runtime - arduino-prelude is now the default preprocessor Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com>
1 parent fc9a39f commit 8c311c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
cmake_minimum_required (VERSION 3.16)
1919
cmake_policy (SET CMP0022 NEW)
2020

21-
project (libSMCE VERSION 1.2.4)
21+
project (libSMCE VERSION 1.3.0)
2222
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMake/Modules")
2323
include (UserConfigVars)
2424

0 commit comments

Comments
 (0)