Skip to content

Commit

Permalink
Version number increased to 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
erayzesen committed Sep 12, 2024
1 parent 591d19f commit f6ccebd
Show file tree
Hide file tree
Showing 4 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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(QuarkPhysics VERSION 0.9)
project(QuarkPhysics VERSION 1.0)

find_package(SFML 2.5 COMPONENTS graphics window system REQUIRED)
file(GLOB SOURCE_FILES
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Quark Physics"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v1.0"
PROJECT_NUMBER = "1.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 readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

QuarkPhysics is a 2D physics engine designed for games. Its goal is to provide a reasonable approach to simulate rigid bodies, soft bodies, and different physics models together.


[Documentation](https://erayzesen.github.io/QuarkPhysics/documentation/) | [Examples](https://github.com/erayzesen/QuarkPhysics/tree/master/examples)

**Note:** The project is in the development phase until v1.0.

---
![Example 01](images/example_01_a.gif)
Expand Down
Binary file modified resources/robotoFont.hpp.gch
Binary file not shown.

0 comments on commit f6ccebd

Please sign in to comment.