Update project files

This commit is contained in:
Daniel Chappuis 2018-04-21 22:15:12 +02:00
parent b0f9cfd65a
commit 1e70f0ee6e
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
ReactPhysics3D is an open source C++ physics engine library that can be used in 3D simulations and games. ReactPhysics3D is an open source C++ physics engine library that can be used in 3D simulations and games.
Website : [http://www.reactphysics3d.com](http://www.reactphysics3d.com) Website : [https://www.reactphysics3d.com](https://www.reactphysics3d.com)
Author : Daniel Chappuis Author : Daniel Chappuis
@ -41,7 +41,7 @@ The ReactPhysics3D library is released under the open-source [ZLib license](http
## Documentation ## Documentation
You can find the User Manual and the Doxygen API Documentation [here](http://www.reactphysics3d.com/documentation.html) You can find the user manual and the Doxygen API documentation [here](https://www.reactphysics3d.com/documentation.html)
## Branches ## Branches

View File

@ -1 +1 @@
0.6.0 0.7.0

View File

@ -32,7 +32,7 @@ PROJECT_NAME = "ReactPhysics3D"
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = "0.6.0" PROJECT_NUMBER = "0.7.0"
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer