Преглед на файлове

Update version number to 1.6.3

Neal Wilson преди 9 години
родител
ревизия
7906a7b177
променени са 4 файла, в които са добавени 15 реда и са изтрити 13 реда
  1. 3
    3
      src/resources/Info.plist
  2. 6
    4
      src/resources/html/about.html
  3. 5
    5
      src/typica.rc
  4. 1
    1
      src/typica.w

+ 3
- 3
src/resources/Info.plist Целия файл

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.6.2</string>
10
+	<string>Typica 1.6.3</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.6.2</string>
20
+	<string>1.6.3</string>
21
 	<key>CFBundleVersion</key>
21
 	<key>CFBundleVersion</key>
22
-	<string>1.6.2</string>
22
+	<string>1.6.3</string>
23
 	<key>NSHumanReadableCopyright</key>
23
 	<key>NSHumanReadableCopyright</key>
24
 	<string>© 2007–2014 Neal Wilson</string>
24
 	<string>© 2007–2014 Neal Wilson</string>
25
 </dict>
25
 </dict>

+ 6
- 4
src/resources/html/about.html Целия файл

10
 				<div id="topbanner">
10
 				<div id="topbanner">
11
 					<a href="http://www.randomfield.com/programs/typica/"><img src="../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
11
 					<a href="http://www.randomfield.com/programs/typica/"><img src="../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
12
 					<h1><a href="http://www.randomfield.com/programs/typica/">Typica</a></h1>
12
 					<h1><a href="http://www.randomfield.com/programs/typica/">Typica</a></h1>
13
-					<h2>Version 1.6.2</h2>
13
+					<h2>Version 1.6.3</h2>
14
 				</div>
14
 				</div>
15
 			<div id="maintext">
15
 			<div id="maintext">
16
 				<p>Copyright &copy; 2007&ndash;2014 Neal Evan Wilson
16
 				<p>Copyright &copy; 2007&ndash;2014 Neal Evan Wilson
25
 				<h3>Special Thanks</h3>
25
 				<h3>Special Thanks</h3>
26
 				<p>Ongoing development of Typica is made possible through the
26
 				<p>Ongoing development of Typica is made possible through the
27
 				generous financial contributions from the following:</p>
27
 				generous financial contributions from the following:</p>
28
-
28
+				
29
+				<p>Water Street Coffee Roaster</p>
30
+				<p>La Cosecha Coffee Roasters</p>
29
 				<p>Anonymous Funders Through
31
 				<p>Anonymous Funders Through
30
-				<a href="https://www.gittip.com/N3Roaster/">Gittip</a></p>
32
+				<a href="https://www.gratipay.com/N3Roaster/">Gratipay</a></p>
31
 
33
 
32
 				<h3>Get Involved</h3>
34
 				<h3>Get Involved</h3>
33
 				<p>Typica has reached a point in its development where it can
35
 				<p>Typica has reached a point in its development where it can
84
 				so please indicate if you would like to be identified by your
86
 				so please indicate if you would like to be identified by your
85
 				name, your company name, or in some other way.</p>
87
 				name, your company name, or in some other way.</p>
86
 				<p>Anonymous funding can also be made through
88
 				<p>Anonymous funding can also be made through
87
-				<a href="https://www.gittip.com/N3Roaster/">Gittip</a>. While
89
+				<a href="https://www.gratipay.com/N3Roaster/">Gratipay</a>. While
88
 				it is not possible to verify and recognize those who help
90
 				it is not possible to verify and recognize those who help
89
 				provide funding in this way, the small weekly payments are
91
 				provide funding in this way, the small weekly payments are
90
 				easier to plan around than larger one time contributions.</p>
92
 				easier to plan around than larger one time contributions.</p>

+ 5
- 5
src/typica.rc Целия файл

1
 #include <winver.h>
1
 #include <winver.h>
2
 VS_VERSION_INFO	VERSIONINFO
2
 VS_VERSION_INFO	VERSIONINFO
3
-FILEVERSION 	1,6,2,0
4
-PRODUCTVERSION 	1,6,2,0
3
+FILEVERSION 	1,6,3,0
4
+PRODUCTVERSION 	1,6,3,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.6.2\0"
20
-			VALUE "FileVersion", "1.6.2\0"
19
+			VALUE "FileDescription", "Typica 1.6.3\0"
20
+			VALUE "FileVersion", "1.6.3\0"
21
 			VALUE "InternalName", "Typica\0"
21
 			VALUE "InternalName", "Typica\0"
22
 			VALUE "LegalCopyright", "Copyright 2007-2014 Neal Evan Wilson\0"
22
 			VALUE "LegalCopyright", "Copyright 2007-2014 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.6.2\0"
25
+			VALUE "ProductVersion", "1.6.3\0"
26
 		END
26
 		END
27
 	END
27
 	END
28
 	BLOCK "VarFileInfo"
28
 	BLOCK "VarFileInfo"

+ 1
- 1
src/typica.w Целия файл

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.6.2 \number\year-\number\month-\number\day}
25
+\def\version{1.6.3 \number\year-\number\month-\number\day}
26
 \def\years{2007--2014}
26
 \def\years{2007--2014}
27
 \def\title{\pn{} (Version \version)}
27
 \def\title{\pn{} (Version \version)}
28
 \newskip\dangerskipb
28
 \newskip\dangerskipb

Loading…
Отказ
Запис