From 724c575c4ef28ae231c7cff657c858a43d76b154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 9 Jul 2026 14:25:09 +0200 Subject: [PATCH] Bump version to v1.0 --- CHANGELOG.md | 4 ++++ CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb030c4..fc36929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v1.0: Port to C++ + +- Port the bulk of the codebase to C++ for simplicity. + ## v0.6: Planetary Masses - Add planetary masses. diff --git a/CMakeLists.txt b/CMakeLists.txt index 2492feb..14cc781 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10) project(spaceshipsim - VERSION 0.6 + VERSION 1.0 SPDX_LICENSE "GPL-3.0-or-later" DESCRIPTION "A simulation of a 2D space ship in the frictionless environment of space." HOMEPAGE_URL "https://code.ortegas.org/nortega/spaceshipsim" diff --git a/README.md b/README.md index 6ff48ce..aca5067 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ purposes. 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 - Allegro 5