Skip to content

Commit

Permalink
chore: update version to 3.0.0 in CMakeLists, Doxyfile, manifest.json…
Browse files Browse the repository at this point in the history
…, and vcpkg.json
  • Loading branch information
SHIINASAMA committed Jan 8, 2025
1 parent 97a090c commit 46a0560
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.21)
include(cmake/Options.cmake)
project(
sese
VERSION 2.3.0
VERSION 3.0.0
LANGUAGES CXX
)
set(CMAKE_CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "Sese Framework"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.3.0
PROJECT_NUMBER = 3.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion sese/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Kaoru - [email protected]",
"productName": "Sese Core",
"internalName": "Sese Core",
"version": "2.3.0",
"version": "3.0.0",
"description": "Sese Framework - https://github.com/libsese/sese-core.git",
"copyright": "(c) 2022-2024 libsese"
}
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sese",
"version": "2.3.0",
"version": "3.0.0",
"description": "A cross-platform framework for basic components.",
"homepage": "https://github.com/libsese/sese",
"documentation": "https://libsese.github.io/sese",
Expand Down

0 comments on commit 46a0560

Please sign in to comment.