Skip to content

Commit

Permalink
category可以实现居中对齐
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt1988 committed Nov 19, 2023
1 parent ee272cb commit 2e51696
Show file tree
Hide file tree
Showing 14 changed files with 649 additions and 263 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5)

set(SARIBBON_VERSION_MAJOR 1)
set(SARIBBON_VERSION_MINOR 0)
set(SARIBBON_VERSION_PATCH 5)
set(SARIBBON_VERSION_PATCH 6)
set(SARIBBON_VERSION "${SARIBBON_VERSION_MAJOR}.${SARIBBON_VERSION_MINOR}.${SARIBBON_VERSION_PATCH}")
project(SARibbon VERSION ${SARIBBON_VERSION} LANGUAGES CXX)

Expand Down
Loading

0 comments on commit 2e51696

Please sign in to comment.