summaryrefslogtreecommitdiffstats
path: root/misc/dist
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-03-01 01:44:37 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-03-01 01:44:37 +0100
commit1c1524a651e6d670d0d591b050d8c4bbb721d6e9 (patch)
tree866446ce09585350cc7115b8e650ffa14bc11abd /misc/dist
parent92bee43adba8d2401ef40e2480e53087bcb1eaf1 (diff)
downloadredot-engine-1c1524a651e6d670d0d591b050d8c4bbb721d6e9.tar.gz
Bump version to 4.1-dev
Can't stop, won't stop, they said, huh?
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 c82fbb5baf..bff5743e15 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.0</string>
+ <string>4.1</string>
<key>CFBundleSignature</key>
<string>godot</string>
<key>CFBundleVersion</key>
- <string>4.0</string>
+ <string>4.1</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 a58043b9d5..819327000c 100644
--- a/misc/dist/windows/godot.iss
+++ b/misc/dist/windows/godot.iss
@@ -1,5 +1,5 @@
#define MyAppName "Godot Engine"
-#define MyAppVersion "4.0"
+#define MyAppVersion "4.1"
#define MyAppPublisher "Godot Engine contributors"
#define MyAppURL "https://godotengine.org/"
#define MyAppExeName "godot.exe"