Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abeimler committed Oct 3, 2023
1 parent b0ec9d0 commit 9fe5eb5
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 4.7.4
VERSION 5.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 @@
4.7.4
5.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": "4.7.4",
"version-string": "5.0.0",
"description": "Benchmarks of common ECS (Entity-Component-System)-Frameworks in C++ (or C)",
"dependencies": [
"benchmark",
Expand Down

0 comments on commit 9fe5eb5

Please sign in to comment.