Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passy1977 committed Feb 1, 2024
1 parent 432f1c2 commit 6320b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
cmake_policy(SET CMP0135 NEW)
endif()

PROJECT(osal VERSION 0.8.0 LANGUAGES CXX C)
PROJECT(osal VERSION 0.9.0 LANGUAGES CXX C)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down
4 changes: 2 additions & 2 deletions config/osal-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#define OS_CONFIG_H

#define OS_NAME "osal"
#define OS_VER "0.8.0"
#define OS_VER "0.9.0"
#define OS_VER_MAJOR (0)
#define OS_VER_MINOR (8)
#define OS_VER_MINOR (9)
#define OS_VER_PATCH (0)
#define OS_LOG_NEW_LINE "\n"

Expand Down

0 comments on commit 6320b5c

Please sign in to comment.