Skip to content

Commit e2c4dc1

Browse files
committed
Increase version
1 parent 1fb8c65 commit e2c4dc1

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Latest
1+
## CARLA 0.9.6
22

33
* Upgraded to Unreal Engine 4.22
44
* Added Vulkan support, if installed, CARLA will use Vulkan, use `-opengl` flag to launch with OpenGL

Docs/download.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
> features. Keep in mind that the API and features in this channel can (and
1515
> probably will) change.
1616
17+
- [CARLA 0.9.6](https://github.com/carla-simulator/carla/releases/tag/0.9.6)
1718
- [CARLA 0.9.5](https://github.com/carla-simulator/carla/releases/tag/0.9.5)
1819
- [CARLA 0.9.4](https://github.com/carla-simulator/carla/releases/tag/0.9.4)
1920
- [CARLA 0.9.3](https://github.com/carla-simulator/carla/releases/tag/0.9.3)

PythonAPI/carla/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def make_extension(name, sources):
118118

119119
setup(
120120
name='carla',
121-
version='0.9.5',
121+
version='0.9.6',
122122
package_dir={'': 'source'},
123123
packages=['carla'],
124124
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.5
6+
ProjectVersion=0.9.6
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.5",
4+
"VersionName": "0.9.6",
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
@@ -28,4 +28,4 @@
2828
# http://carla-assets-internal.s3.amazonaws.com/Content/PUT_FILE_ID_HERE.tar.gz
2929

3030
0.9.5: 20190404_c7b464a
31-
Latest: 20190710_0097e66
31+
0.9.6: 20190710_0097e66

0 commit comments

Comments
 (0)