Bump version to v1.0

This commit is contained in:
2026-07-09 14:25:09 +02:00
parent 28ed600954
commit 724c575c4e
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log # Change Log
## v1.0: Port to C++
- Port the bulk of the codebase to C++ for simplicity.
## v0.6: Planetary Masses ## v0.6: Planetary Masses
- Add planetary masses. - Add planetary masses.
+1 -1
View File
@@ -16,7 +16,7 @@
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.10)
project(spaceshipsim project(spaceshipsim
VERSION 0.6 VERSION 1.0
SPDX_LICENSE "GPL-3.0-or-later" SPDX_LICENSE "GPL-3.0-or-later"
DESCRIPTION "A simulation of a 2D space ship in the frictionless environment of space." DESCRIPTION "A simulation of a 2D space ship in the frictionless environment of space."
HOMEPAGE_URL "https://code.ortegas.org/nortega/spaceshipsim" HOMEPAGE_URL "https://code.ortegas.org/nortega/spaceshipsim"
+1 -1
View File
@@ -8,7 +8,7 @@ purposes.
In order to build this program you will require the following dependencies: In order to build this program you will require the following dependencies:
- A C compiler that supports C99 or higher - GNU C and C++ compiler that supports C++11
- CMake 3.10 or higher - CMake 3.10 or higher
- Allegro 5 - Allegro 5