From 0f26c329de3cd97c305c7d0684853c06ba506927 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Wed, 4 Oct 2017 14:44:07 +0200 Subject: [PATCH] Increase plugin version --- CHANGELOG.md | 4 ++++ Carla.uplugin | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754a2e154..3778f4b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## CARLA 0.5.3 + + * Version increases just to keep in sync with CARLAUE4 Unreal Project + ## CARLA 0.5.2 * Autopilot mode has been removed, now server sends AI control together with measurements every frame diff --git a/Carla.uplugin b/Carla.uplugin index 8fa88d381..dc5321c0d 100644 --- a/Carla.uplugin +++ b/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.5.2", + "VersionName": "0.5.3", "FriendlyName": "CARLA", "Description": "", "Category": "Science",