summaryrefslogtreecommitdiffstats
path: root/misc/dist
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-07-05 22:07:03 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-07-05 22:07:03 +0200
commit346f1ab86b4f793ddae99970399b9ba13d6ee51f (patch)
treea7b565a0973a6fa1366610d38edaa95ddc1144fb /misc/dist
parent970459615f6b2b4151742ec6d7ef8559f87fd5c5 (diff)
downloadredot-engine-346f1ab86b4f793ddae99970399b9ba13d6ee51f.tar.gz
Bump version to 4.2-dev
Keep on waitin'
Diffstat (limited to 'misc/dist')
-rw-r--r--misc/dist/macos_tools.app/Contents/Info.plist4
-rw-r--r--misc/dist/windows/godot.iss2
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/dist/macos_tools.app/Contents/Info.plist b/misc/dist/macos_tools.app/Contents/Info.plist
index bff5743e15..6151593f72 100644
--- a/misc/dist/macos_tools.app/Contents/Info.plist
+++ b/misc/dist/macos_tools.app/Contents/Info.plist
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.1</string>
+ <string>4.2</string>
<key>CFBundleSignature</key>
<string>godot</string>
<key>CFBundleVersion</key>
- <string>4.1</string>
+ <string>4.2</string>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone access is required to capture audio.</string>
<key>NSCameraUsageDescription</key>
diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss
index 819327000c..ba8be69a92 100644
--- a/misc/dist/windows/godot.iss
+++ b/misc/dist/windows/godot.iss
@@ -1,5 +1,5 @@
#define MyAppName "Godot Engine"
-#define MyAppVersion "4.1"
+#define MyAppVersion "4.2"
#define MyAppPublisher "Godot Engine contributors"
#define MyAppURL "https://godotengine.org/"
#define MyAppExeName "godot.exe"