Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abeimler committed Feb 26, 2024
1 parent 913f025 commit 2743723
Show file tree
Hide file tree
Showing 3 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 @@ -34,7 +34,7 @@ run_vcpkg()
# Set the project name and language
project(
ecs-benchmark
VERSION 6.1.0
VERSION 7.0.0
DESCRIPTION "Benchmarks of common ECS (Entity-Component-System)-Frameworks in C++ (or C)"
HOMEPAGE_URL "https://github.com/abeimler/ecs_benchmark"
LANGUAGES CXX C)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
7.0.0
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "ecs-benchmark",
"version-string": "6.1.0",
"version-string": "7.0.0",
"description": "Benchmarks of common ECS (Entity-Component-System)-Frameworks in C++ (or C)",
"dependencies": [
"benchmark",
Expand Down

0 comments on commit 2743723

Please sign in to comment.