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 35c7196ae6de64e2ff368d4d220dad06110b0956
parent aea311a64d2a4c4ff798b0b3741f2c1f1d930f38
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 11 Sep 2024 10:17:38 +0200

Merge branch 'release_0.3.1' into develop

Diffstat:
MREADME.md | 4++++
Mconfig.mk | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -49,6 +49,10 @@ config.mk before running make: ## Release notes +### Version 0.3.1 + +- Upgrade star-cpr dependency to 0.5.1 + ### Version 0.3 #### Use POSIX make as a build system diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_PATCH = 0 +VERSION_PATCH = 1 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local