Skip to content

Commit 1a2c2ea

Browse files
committed
Changing to version 0.9.9
1 parent af9f0b7 commit 1a2c2ea

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

Docs/download.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
> features. Keep in mind that the API and features in this channel can (and
1616
> probably will) change.
1717
18+
- [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.9)
1819
- [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8)
1920
- [CARLA 0.9.7](https://github.com/carla-simulator/carla/releases/tag/0.9.7)
2021
- [CARLA 0.9.6](https://github.com/carla-simulator/carla/releases/tag/0.9.6)

PythonAPI/carla/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_license():
154154

155155
setup(
156156
name='carla',
157-
version='0.9.8',
157+
version='0.9.9',
158158
package_dir={'': 'source'},
159159
packages=['carla'],
160160
ext_modules=get_libcarla_extensions(),

Unreal/CarlaUE4/Config/DefaultGame.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ProjectID=675BF8694238308FA9368292CC440350
33
ProjectName=CARLA UE4
44
CompanyName=CVC
55
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 <https://opensource.org/licenses/MIT>."
6-
ProjectVersion=0.9.8
6+
ProjectVersion=0.9.9
77

88
[/Script/Carla.CarlaSettings]
99
+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))

Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "0.9.8",
4+
"VersionName": "0.9.9",
55
"FriendlyName": "CARLA",
66
"Description": "Open-source simulator for autonomous driving research.",
77
"Category": "Science",

Util/ContentVersions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
0.9.6: 20190710_0097e66
3232
0.9.7: 20191221_c88604b
3333
0.9.8: 20200306_06b6cb1
34-
Latest: 20200422_ea5179a
34+
0.9.9: 20200422_ea5179a

Util/CreateDebian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DEBFULLNAME=Carla\ Simulator\ Team
1010
export DEBFULLNAME
1111

1212
#replace CARLA_VERSION with your required carla-<version>
13-
CARLA_VERSION=0.9.8
13+
CARLA_VERSION=0.9.9
1414
CARLA_DIR=carla-${CARLA_VERSION}
1515

1616
#replace the url with your carla release url

0 commit comments

Comments
 (0)