Skip to content

Commit

Permalink
update version to 02.02
Browse files Browse the repository at this point in the history
update version number to v02.02

Signed-off-by: Kane-Chen-AS <[email protected]>
Change-Id: I436db4a46de0f7a36a1687b9f9f2543bbce85ee1
  • Loading branch information
Kane-Chen-AS committed Aug 9, 2024
1 parent 886869f commit 4b4208f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/aspeed-pfr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.13.1)

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(aspeed-pfr VERSION 02.01 LANGUAGES C)
project(aspeed-pfr VERSION 02.02 LANGUAGES C)

set(PROJECT_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR})
set(PROJECT_VERSION_MINOR ${CMAKE_PROJECT_VERSION_MINOR})
Expand Down
2 changes: 1 addition & 1 deletion apps/preload-fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.13.1)

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(preload-fw VERSION 02.01 LANGUAGES C)
project(preload-fw VERSION 02.02 LANGUAGES C)

set(PROJECT_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR})
set(PROJECT_VERSION_MINOR ${CMAKE_PROJECT_VERSION_MINOR})
Expand Down

0 comments on commit 4b4208f

Please sign in to comment.