city_generator2

Generated conformal 3D meshes representing a city
git clone git://git.meso-star.fr/city_generator2.git
Log | Files | Refs | README | LICENSE

commit 6489ef728b788c241acda291e3ae179e60c88c30
parent 9e9f908970c400b1c0fd0c3f18209b5501ec180b
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  3 Mar 2025 10:09:19 +0100

Merge branch 'release_0.4' into develop

Diffstat:
MREADME.md | 4++++
Mconfig.mk | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -49,6 +49,10 @@ config.mk before running make: ## Release notes +### Version 0.4 + +- Add new construction mode 2 + ### Version 0.3.1 - Upgrade star-cpr dependency to 0.5.1 diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 3 -VERSION_PATCH = 1 +VERSION_MINOR = 4 +VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local