diff --git a/Docs/download.md b/Docs/download.md index fb3ec0f8163..72e052caf2a 100644 --- a/Docs/download.md +++ b/Docs/download.md @@ -15,6 +15,7 @@ > features. Keep in mind that the API and features in this channel can (and > probably will) change. +- [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.9) - [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8) - [CARLA 0.9.7](https://github.com/carla-simulator/carla/releases/tag/0.9.7) - [CARLA 0.9.6](https://github.com/carla-simulator/carla/releases/tag/0.9.6) diff --git a/PythonAPI/carla/setup.py b/PythonAPI/carla/setup.py index 954d200062d..3335911bc58 100755 --- a/PythonAPI/carla/setup.py +++ b/PythonAPI/carla/setup.py @@ -154,7 +154,7 @@ def get_license(): setup( name='carla', - version='0.9.8', + version='0.9.9', package_dir={'': 'source'}, packages=['carla'], ext_modules=get_libcarla_extensions(), diff --git a/Unreal/CarlaUE4/Config/DefaultGame.ini b/Unreal/CarlaUE4/Config/DefaultGame.ini index b6b123a27d2..eb169e35a79 100644 --- a/Unreal/CarlaUE4/Config/DefaultGame.ini +++ b/Unreal/CarlaUE4/Config/DefaultGame.ini @@ -3,7 +3,7 @@ ProjectID=675BF8694238308FA9368292CC440350 ProjectName=CARLA UE4 CompanyName=CVC CopyrightNotice="Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de Barcelona (UAB). This work is licensed under the terms of the MIT license. For a copy, see ." -ProjectVersion=0.9.8 +ProjectVersion=0.9.9 [/Script/Carla.CarlaSettings] +LowRoadMaterials=(MaterialInterface=MaterialInstanceConstant'"/Game/Carla/Static/GenericMaterials/Ground/SimpleRoad/CheapRoad.CheapRoad"',MaterialSlotName="Tileroad_Road",ImportedMaterialSlotName="",UVChannelData=(bInitialized=False,bOverrideDensities=False,LocalUVDensities[0]=0.000000,LocalUVDensities[1]=0.000000,LocalUVDensities[2]=0.000000,LocalUVDensities[3]=0.000000)) diff --git a/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin b/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin index c0c4081aeca..a7fb8651b37 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin +++ b/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.9.8", + "VersionName": "0.9.9", "FriendlyName": "CARLA", "Description": "Open-source simulator for autonomous driving research.", "Category": "Science", diff --git a/Util/ContentVersions.txt b/Util/ContentVersions.txt index 9946ea48677..88f194d3171 100644 --- a/Util/ContentVersions.txt +++ b/Util/ContentVersions.txt @@ -31,4 +31,4 @@ 0.9.6: 20190710_0097e66 0.9.7: 20191221_c88604b 0.9.8: 20200306_06b6cb1 -Latest: 20200422_ea5179a +0.9.9: 20200422_ea5179a diff --git a/Util/CreateDebian.sh b/Util/CreateDebian.sh index 614cfcd5a74..14b1e76a117 100644 --- a/Util/CreateDebian.sh +++ b/Util/CreateDebian.sh @@ -10,7 +10,7 @@ DEBFULLNAME=Carla\ Simulator\ Team export DEBFULLNAME #replace CARLA_VERSION with your required carla- -CARLA_VERSION=0.9.8 +CARLA_VERSION=0.9.9 CARLA_DIR=carla-${CARLA_VERSION} #replace the url with your carla release url