Преглед на файлове

Bump version to 3.7-dev

Rémi Verschelde преди 10 месеца
родител
ревизия
5e0f2375e9
променени са 3 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 2 2
      misc/dist/osx_tools.app/Contents/Info.plist
  2. 1 1
      misc/dist/windows/godot.iss
  3. 2 2
      version.py

+ 2 - 2
misc/dist/osx_tools.app/Contents/Info.plist

@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.6</string>
+	<string>3.7</string>
 	<key>CFBundleSignature</key>
 	<string>godot</string>
 	<key>CFBundleVersion</key>
-	<string>3.6</string>
+	<string>3.7</string>
 	<key>NSMicrophoneUsageDescription</key>
 	<string>Microphone access is required to capture audio.</string>
 	<key>NSCameraUsageDescription</key>

+ 1 - 1
misc/dist/windows/godot.iss

@@ -1,5 +1,5 @@
 #define MyAppName "Godot Engine"
-#define MyAppVersion "3.6"
+#define MyAppVersion "3.7"
 #define MyAppPublisher "Godot Engine contributors"
 #define MyAppURL "https://godotengine.org/"
 #define MyAppExeName "godot.exe"

+ 2 - 2
version.py

@@ -1,9 +1,9 @@
 short_name = "godot"
 name = "Godot Engine"
 major = 3
-minor = 6
+minor = 7
 patch = 0
-status = "stable"
+status = "dev"
 module_config = ""
 year = 2024
 website = "https://godotengine.org"