Skip to content

Commit

Permalink
3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Aug 29, 2024
1 parent bebfa53 commit d1fbc61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ include(FetchContent)
include(CMakeDependentOption)

project(box2d
VERSION 3.0.1
VERSION 3.1.0
DESCRIPTION "A 2D physics engine for games"
HOMEPAGE_URL "https://box2d.org"
LANGUAGES C CXX
Expand Down
2 changes: 1 addition & 1 deletion src/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ void b2SetAssertFcn( b2AssertFcn* assertFcn )

b2Version b2GetVersion( void )
{
return ( b2Version ){ 3, 0, 1 };
return ( b2Version ){ 3, 1, 0 };
}

0 comments on commit d1fbc61

Please sign in to comment.