Browse Source

Update version strings

Neal Wilson 7 years ago
parent
commit
4855313563
4 changed files with 10 additions and 10 deletions
  1. 3
    3
      src/resources/Info.plist
  2. 1
    1
      src/resources/html/about.html
  3. 5
    5
      src/typica.rc
  4. 1
    1
      src/typica.w

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

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.8.0</string>
10
+	<string>Typica 1.8.1</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.8.0</string>
20
+	<string>1.8.1</string>
21
 	<key>CFBundleVersion</key>
21
 	<key>CFBundleVersion</key>
22
-	<string>1.8.0</string>
22
+	<string>1.8.1</string>
23
 	<key>NSHumanReadableCopyright</key>
23
 	<key>NSHumanReadableCopyright</key>
24
 	<string>© 2007–2017 Neal Wilson</string>
24
 	<string>© 2007–2017 Neal Wilson</string>
25
 </dict>
25
 </dict>

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

28
 				<h2>Support Ongoing Development</h2>
28
 				<h2>Support Ongoing Development</h2>
29
 				<p>While Typica is free to download, use, and modify, keeping this software available, maintained, and continuing with ongoing development in the form of new features and bug fixes is not without cost. If you find value in using Typica, please consider supporting this work financially.</p>
29
 				<p>While Typica is free to download, use, and modify, keeping this software available, maintained, and continuing with ongoing development in the form of new features and bug fixes is not without cost. If you find value in using Typica, please consider supporting this work financially.</p>
30
 				
30
 				
31
-				<p><a href="https://typica.us/payment.html">Click here for more details.</a></p>
31
+				<p>For more details, <a href="https://typica.us/payment.html">visit https://typica.us/payment.html</a>.</p>
32
 			</div>
32
 			</div>
33
 		</div>
33
 		</div>
34
 	</body>
34
 	</body>

+ 5
- 5
src/typica.rc View File

1
 #include <winver.h>
1
 #include <winver.h>
2
 VS_VERSION_INFO	VERSIONINFO
2
 VS_VERSION_INFO	VERSIONINFO
3
-FILEVERSION 	1,8,0,0
4
-PRODUCTVERSION 	1,8,0,0
3
+FILEVERSION 	1,8,1,0
4
+PRODUCTVERSION 	1,8,1,0
5
 FILEFLAGSMASK	0x3fL
5
 FILEFLAGSMASK	0x3fL
6
 #ifdef _DEBUG
6
 #ifdef _DEBUG
7
 	FILEFLAGS	VS_FF_DEBUG
7
 	FILEFLAGS	VS_FF_DEBUG
16
 		BLOCK "040904b0"
16
 		BLOCK "040904b0"
17
 		BEGIN
17
 		BEGIN
18
 			VALUE "CompanyName", "Wilson's Coffee & Tea\0"
18
 			VALUE "CompanyName", "Wilson's Coffee & Tea\0"
19
-			VALUE "FileDescription", "Typica 1.8.0\0"
20
-			VALUE "FileVersion", "1.8.0\0"
19
+			VALUE "FileDescription", "Typica 1.8.1\0"
20
+			VALUE "FileVersion", "1.8.1\0"
21
 			VALUE "InternalName", "Typica\0"
21
 			VALUE "InternalName", "Typica\0"
22
 			VALUE "LegalCopyright", "Copyright 2007-2017 Neal Evan Wilson\0"
22
 			VALUE "LegalCopyright", "Copyright 2007-2017 Neal Evan Wilson\0"
23
 			VALUE "OriginalFilename", "Typica.exe\0"
23
 			VALUE "OriginalFilename", "Typica.exe\0"
24
 			VALUE "ProductName", "Typica\0"
24
 			VALUE "ProductName", "Typica\0"
25
-			VALUE "ProductVersion", "1.8.0\0"
25
+			VALUE "ProductVersion", "1.8.1\0"
26
 		END
26
 		END
27
 	END
27
 	END
28
 	BLOCK "VarFileInfo"
28
 	BLOCK "VarFileInfo"

+ 1
- 1
src/typica.w View File

22
 \mark{\noexpand\nullsec0{A Note on Notation}}
22
 \mark{\noexpand\nullsec0{A Note on Notation}}
23
 \def\pn{Typica}
23
 \def\pn{Typica}
24
 \def\filebase{typica}
24
 \def\filebase{typica}
25
-\def\version{1.8.0 \number\year-\number\month-\number\day}
25
+\def\version{1.8.1 \number\year-\number\month-\number\day}
26
 \def\years{2007--2017}
26
 \def\years{2007--2017}
27
 \def\title{\pn{} (Version \version)}
27
 \def\title{\pn{} (Version \version)}
28
 \newskip\dangerskipb
28
 \newskip\dangerskipb

Loading…
Cancel
Save