Przeglądaj źródła

Update meta-data version strings

Neal Wilson 11 lat temu
rodzic
commit
9ed8e91d7e
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 3
    3
      src/resources/Info.plist
  2. 2
    2
      src/typica.rc

+ 3
- 3
src/resources/Info.plist Wyświetl plik

7
 	<key>CFBundlePackageType</key>
7
 	<key>CFBundlePackageType</key>
8
 	<string>APPL</string>
8
 	<string>APPL</string>
9
 	<key>CFBundleGetInfoString</key>
9
 	<key>CFBundleGetInfoString</key>
10
-	<string>Typica 1.5.0</string>
10
+	<string>Typica 1.6.0</string>
11
 	<key>CFBundleSignature</key>
11
 	<key>CFBundleSignature</key>
12
 	<string>@TYPEINFO@</string>
12
 	<string>@TYPEINFO@</string>
13
 	<key>CFBundleExecutable</key>
13
 	<key>CFBundleExecutable</key>
17
 	<key>CFBundleDisplayName</key>
17
 	<key>CFBundleDisplayName</key>
18
 	<string>Typica</string>
18
 	<string>Typica</string>
19
 	<key>CFBundleShortVersionString</key>
19
 	<key>CFBundleShortVersionString</key>
20
-	<string>1.5.0</string>
20
+	<string>1.6.0</string>
21
 	<key>CFBundleVersion</key>
21
 	<key>CFBundleVersion</key>
22
-	<string>1.5.0</string>
22
+	<string>1.6.0</string>
23
 	<key>NSHumanReadableCopyright</key>
23
 	<key>NSHumanReadableCopyright</key>
24
 	<string>© 2007–2013 Neal Wilson</string>
24
 	<string>© 2007–2013 Neal Wilson</string>
25
 </dict>
25
 </dict>

+ 2
- 2
src/typica.rc Wyświetl plik

1
 #include <winver.h>
1
 #include <winver.h>
2
 VS_VERSION_INFO	VERSIONINFO
2
 VS_VERSION_INFO	VERSIONINFO
3
-FILEVERSION 	1,5,0,0
4
-PRODUCTVERSION 	1,5,0,0
3
+FILEVERSION 	1,6,0,0
4
+PRODUCTVERSION 	1,6,0,0
5
 FILEFLAGSMASK	0x3fL
5
 FILEFLAGSMASK	0x3fL
6
 #ifdef _DEBUG
6
 #ifdef _DEBUG
7
 	FILEFLAGS	VS_FF_DEBUG
7
 	FILEFLAGS	VS_FF_DEBUG

Ładowanie…
Anuluj
Zapisz