Updates project version and removes legacy code

Updates the project version to prepare for a new release.

Removes the legacy projectile prediction engine, which is no longer needed.
This commit is contained in:
2025-08-03 18:35:52 +03:00
parent 493931ef0f
commit 2758f549a3
2 changed files with 1 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.26) cmake_minimum_required(VERSION 3.26)
project(omath VERSION 3.0.2 LANGUAGES CXX) project(omath VERSION 3.0.4.1 LANGUAGES CXX)
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)

View File

@@ -1,8 +0,0 @@
#include "omath/projectile_prediction/proj_pred_engine_legacy.hpp"
#include <cmath>
#include <omath/angles.hpp>
namespace omath::projectile_prediction
{
} // namespace omath::projectile_prediction