From fb845bc625eed9a498088e623c4546ea57be206d Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 8 May 2017 20:04:44 +0200 Subject: [PATCH] Increase version --- CHANGELOG.md | 4 ++++ Carla.uplugin | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bcd3ab7..7b26a88bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## CARLA 0.2.4 + + * Fixed serialization of road map resulting in a huge map size. + ## CARLA 0.2.3 * Fixed rounding errors in HUD (100% was shown as 99%, 30 FPS as 29 FPS). diff --git a/Carla.uplugin b/Carla.uplugin index 33815a5d4..e51103ee1 100644 --- a/Carla.uplugin +++ b/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.2.3", + "VersionName": "0.2.4", "FriendlyName": "CARLA", "Description": "", "Category": "Science",