We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa303c commit 3ddd65bCopy full SHA for 3ddd65b
source/Info.plist
@@ -28,7 +28,7 @@
28
<key>CFBundlePackageType</key>
29
<string>APPL</string>
30
<key>CFBundleShortVersionString</key>
31
- <string>1.4</string>
+ <string>1.41</string>
32
<key>CFBundleSignature</key>
33
<string>????</string>
34
<key>CFBundleVersion</key>
source/globals.h
@@ -14,7 +14,7 @@
14
static const std::string projectsFile = "projects.txt";
15
static const std::string editorPathsFile = "editorPaths.txt";
16
static const std::string templatePrefix = "com.unity.template";
17
-static const std::string AppVersion = "v1.4";
+static const std::string AppVersion = "v1.41";
18
19
//structure for representing an editor and for locating it
20
struct editor{
0 commit comments