Skip to content

Commit 6b441ab

Browse files
committed
Bump version to 4.7-dev
1 parent 89cea14 commit 6b441ab

File tree

27 files changed

+23
-11
lines changed

27 files changed

+23
-11
lines changed

.github/workflows/linux_builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
build-mono: true
3636
doc-test: true
3737
proj-conv: true
38-
api-compat: true
38+
# FIXME: New versioning of godot-cpp breaks the logic for this test.
39+
#api-compat: true
3940
artifact: true
4041
# Validate godot-cpp compatibility on one arbitrary editor build.
4142
godot-cpp: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>4.6</string>
22+
<string>4.7</string>
2323
<key>CFBundleSignature</key>
2424
<string>GODO</string>
2525
<key>CFBundleVersion</key>
26-
<string>4.6</string>
26+
<string>4.7</string>
2727
<key>NSMicrophoneUsageDescription</key>
2828
<string>Microphone access is required to capture audio.</string>
2929
<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.6"
2+
#define MyAppVersion "4.7"
33
#define MyAppPublisher "Godot Engine contributors"
44
#define MyAppURL "https://godotengine.org/"
55
#define MyAppExeName "godot.exe"

misc/extension_api_validation/4.5-stable/GH-107167.txt renamed to misc/extension_api_validation/4.5-stable_4.6-stable/GH-107167.txt

File renamed without changes.

misc/extension_api_validation/4.5-stable/GH-107954.txt renamed to misc/extension_api_validation/4.5-stable_4.6-stable/GH-107954.txt

File renamed without changes.

misc/extension_api_validation/4.5-stable/GH-109302.txt renamed to misc/extension_api_validation/4.5-stable_4.6-stable/GH-109302.txt

File renamed without changes.

misc/extension_api_validation/4.5-stable/GH-110120.txt renamed to misc/extension_api_validation/4.5-stable_4.6-stable/GH-110120.txt

File renamed without changes.

misc/extension_api_validation/4.5-stable/GH-110250.txt renamed to misc/extension_api_validation/4.5-stable_4.6-stable/GH-110250.txt

File renamed without changes.

misc/extension_api_validation/4.5-stable/GH-110433.txt renamed to misc/extension_api_validation/4.5-stable_4.6-stable/GH-110433.txt

File renamed without changes.

misc/extension_api_validation/4.5-stable/GH-110767.txt renamed to misc/extension_api_validation/4.5-stable_4.6-stable/GH-110767.txt

File renamed without changes.

0 commit comments

Comments
 (0)