Browse Source

Update meta-data version strings

Neal Wilson 11 years ago
parent
commit
9ed8e91d7e
2 changed files with 5 additions and 5 deletions
  1. 3
    3
      src/resources/Info.plist
  2. 2
    2
      src/typica.rc

+ 3
- 3
src/resources/Info.plist View File

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

+ 2
- 2
src/typica.rc View File

@@ -1,7 +1,7 @@
1 1
 #include <winver.h>
2 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 5
 FILEFLAGSMASK	0x3fL
6 6
 #ifdef _DEBUG
7 7
 	FILEFLAGS	VS_FF_DEBUG

Loading…
Cancel
Save