Skip to content

Commit 74f7c61

Browse files
committed
Bump version to 4.4-dev
Mr. Godot still didn't show up...
1 parent 420716d commit 74f7c61

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

misc/dist/macos_tools.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.3</string>
20+
<string>4.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>godot</string>
2323
<key>CFBundleVersion</key>
24-
<string>4.3</string>
24+
<string>4.4</string>
2525
<key>NSMicrophoneUsageDescription</key>
2626
<string>Microphone access is required to capture audio.</string>
2727
<key>NSCameraUsageDescription</key>

misc/dist/windows/godot.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Godot Engine"
2-
#define MyAppVersion "4.3"
2+
#define MyAppVersion "4.4"
33
#define MyAppPublisher "Godot Engine contributors"
44
#define MyAppURL "https://godotengine.org/"
55
#define MyAppExeName "godot.exe"

misc/extension_api_validation/4.2-stable.expected renamed to misc/extension_api_validation/4.2-stable_4.3-stable.expected

File renamed without changes.

modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>Godot Engine contributors</Authors>
88

99
<PackageId>Godot.NET.Sdk</PackageId>
10-
<Version>4.3.0</Version>
10+
<Version>4.4.0</Version>
1111
<PackageVersion>$(PackageVersion_Godot_NET_Sdk)</PackageVersion>
1212
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk</RepositoryUrl>
1313
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Authors>Godot Engine contributors</Authors>
1010

1111
<PackageId>Godot.SourceGenerators</PackageId>
12-
<Version>4.3.0</Version>
12+
<Version>4.4.0</Version>
1313
<PackageVersion>$(PackageVersion_Godot_SourceGenerators)</PackageVersion>
1414
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators</RepositoryUrl>
1515
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Authors>Godot Engine contributors</Authors>
1818

1919
<PackageId>GodotSharp</PackageId>
20-
<Version>4.3.0</Version>
20+
<Version>4.4.0</Version>
2121
<PackageVersion>$(PackageVersion_GodotSharp)</PackageVersion>
2222
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharp</RepositoryUrl>
2323
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Authors>Godot Engine contributors</Authors>
1616

1717
<PackageId>GodotSharpEditor</PackageId>
18-
<Version>4.3.0</Version>
18+
<Version>4.4.0</Version>
1919
<PackageVersion>$(PackageVersion_GodotSharp)</PackageVersion>
2020
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor</RepositoryUrl>
2121
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
short_name = "godot"
22
name = "Godot Engine"
33
major = 4
4-
minor = 3
4+
minor = 4
55
patch = 0
6-
status = "stable"
6+
status = "dev"
77
module_config = ""
88
website = "https://godotengine.org"
9-
docs = "4.3"
9+
docs = "latest"

0 commit comments

Comments
 (0)