trackgen: update version number

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9463 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7012ce73dce6dca1c26a753b0d153f36f675d55b
Former-commit-id: 9d2422275620367bf1535f27a11a46d523be0d9e
This commit is contained in:
iobyte 2024-06-29 14:15:22 +00:00
parent 835d6ecd22
commit 291e8c70dd

View file

@ -104,7 +104,7 @@ public:
//! Constructor.
Application::Application()
: GfApplication("TrackGen", "1.7.0.2", "Terrain generator for tracks")
: GfApplication("TrackGen", "1.7.0.3", "Terrain generator for tracks")
, HeightSteps(30)
, Bump(false)
, Raceline(false)