Skip to content

Commit

Permalink
Changing to version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bernatx committed Apr 23, 2020
1 parent af9f0b7 commit 1a2c2ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion PythonAPI/carla/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion Unreal/CarlaUE4/Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://opensource.org/licenses/MIT>."
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))
Expand Down
2 changes: 1 addition & 1 deletion Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Util/ContentVersions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Util/CreateDebian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEBFULLNAME=Carla\ Simulator\ Team
export DEBFULLNAME

#replace CARLA_VERSION with your required carla-<version>
CARLA_VERSION=0.9.8
CARLA_VERSION=0.9.9
CARLA_DIR=carla-${CARLA_VERSION}

#replace the url with your carla release url
Expand Down

0 comments on commit 1a2c2ea

Please # to comment.