Browse Source

Update version strings

Neal Wilson 11 years ago
parent
commit
ad7207182f
3 changed files with 7 additions and 7 deletions
  1. 3
    3
      src/Info.plist
  2. 1
    1
      src/resources/html/about.html
  3. 3
    3
      src/typica.rc

+ 3
- 3
src/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>????</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>

+ 1
- 1
src/resources/html/about.html View File

@@ -10,7 +10,7 @@
10 10
 				<div id="topbanner">
11 11
 					<a href="http://www.randomfield.com/programs/typica/"><img src="../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
12 12
 					<h1><a href="http://www.randomfield.com/programs/typica/">Typica</a></h1>
13
-					<h2>Version 1.5</h2>
13
+					<h2>Version 1.6</h2>
14 14
 				</div>
15 15
 			<div id="maintext">
16 16
 				<p>Copyright &copy; 2007&ndash;2013 Neal Evan Wilson

+ 3
- 3
src/typica.rc View File

@@ -16,13 +16,13 @@ BEGIN
16 16
 		BLOCK "040904b0"
17 17
 		BEGIN
18 18
 			VALUE "CompanyName", "Wilson's Coffee & Tea\0"
19
-			VALUE "FileDescription", "Typica 1.5.0\0"
20
-			VALUE "FileVersion", "1.5.0\0"
19
+			VALUE "FileDescription", "Typica 1.6.0\0"
20
+			VALUE "FileVersion", "1.6.0\0"
21 21
 			VALUE "InternalName", "Typica\0"
22 22
 			VALUE "LegalCopyright", "Copyright 2007-2013 Neal Evan Wilson\0"
23 23
 			VALUE "OriginalFilename", "Typica.exe\0"
24 24
 			VALUE "ProductName", "Typica\0"
25
-			VALUE "ProductVersion", "1.5.0\0"
25
+			VALUE "ProductVersion", "1.6.0\0"
26 26
 		END
27 27
 	END
28 28
 	BLOCK "VarFileInfo"

Loading…
Cancel
Save