소스 검색

Update version strings

Neal Wilson 10 년 전
부모
커밋
ca5d975f4a
5개의 변경된 파일21개의 추가작업 그리고 16개의 파일을 삭제
  1. 3
    3
      src/Info.plist
  2. 3
    3
      src/resources/Info.plist
  3. 9
    4
      src/resources/html/about.html
  4. 5
    5
      src/typica.rc
  5. 1
    1
      src/typica.w

+ 3
- 3
src/Info.plist 파일 보기

@@ -7,7 +7,7 @@
7 7
 	<key>CFBundlePackageType</key>
8 8
 	<string>APPL</string>
9 9
 	<key>CFBundleGetInfoString</key>
10
-	<string>Typica 1.6.0</string>
10
+	<string>Typica 1.6.1</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.6.0</string>
20
+	<string>1.6.1</string>
21 21
 	<key>CFBundleVersion</key>
22
-	<string>1.6.0</string>
22
+	<string>1.6.1</string>
23 23
 	<key>NSHumanReadableCopyright</key>
24 24
 	<string>© 2007–2013 Neal Wilson</string>
25 25
 </dict>

+ 3
- 3
src/resources/Info.plist 파일 보기

@@ -7,7 +7,7 @@
7 7
 	<key>CFBundlePackageType</key>
8 8
 	<string>APPL</string>
9 9
 	<key>CFBundleGetInfoString</key>
10
-	<string>Typica 1.6.0</string>
10
+	<string>Typica 1.6.1</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.6.0</string>
20
+	<string>1.6.1</string>
21 21
 	<key>CFBundleVersion</key>
22
-	<string>1.6.0</string>
22
+	<string>1.6.1</string>
23 23
 	<key>NSHumanReadableCopyright</key>
24 24
 	<string>© 2007–2013 Neal Wilson</string>
25 25
 </dict>

+ 9
- 4
src/resources/html/about.html 파일 보기

@@ -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.6</h2>
13
+					<h2>Version 1.6.1</h2>
14 14
 				</div>
15 15
 			<div id="maintext">
16 16
 				<p>Copyright &copy; 2007&ndash;2013 Neal Evan Wilson
@@ -27,7 +27,8 @@
27 27
 				generous financial contributions from the following:</p>
28 28
 
29 29
 				<p>Pinnacle Coffee Roasting</p>
30
-				<p>Anonymous Funders Through Gittip</p>
30
+				<p>Anonymous Funders Through
31
+				<a href="https://www.gittip.com/N3Roaster/">Gittip</a></p>
31 32
 
32 33
 				<h3>Get Involved</h3>
33 34
 				<p>Typica has reached a point in its development where it can
@@ -82,8 +83,12 @@
82 83
 				<p>All who contribute in this way will be thanked in the
83 84
 				Special Thanks section seen above in the next public release,
84 85
 				so please indicate if you would like to be identified by your
85
-				name, your company name, or in some other way. Anonymous
86
-				funding can also be made through <a href="https://www.gittip.com/N3Roaster/">Gittip</a>.</p>
86
+				name, your company name, or in some other way.</p>
87
+				<p>Anonymous funding can also be made through
88
+				<a href="https://www.gittip.com/N3Roaster/">Gittip</a>. While
89
+				it is not possible to verify and recognize those who help
90
+				provide funding in this way, the small weekly payments are
91
+				easier to plan around than larger one time contributions.</p>
87 92
 				<h3>License Information</h3>
88 93
 				<p>Permission is hereby granted, free of charge, to any person
89 94
 				obtaining a copy of this software and associated documentation

+ 5
- 5
src/typica.rc 파일 보기

@@ -1,7 +1,7 @@
1 1
 #include <winver.h>
2 2
 VS_VERSION_INFO	VERSIONINFO
3
-FILEVERSION 	1,6,0,0
4
-PRODUCTVERSION 	1,6,0,0
3
+FILEVERSION 	1,6,1,0
4
+PRODUCTVERSION 	1,6,1,0
5 5
 FILEFLAGSMASK	0x3fL
6 6
 #ifdef _DEBUG
7 7
 	FILEFLAGS	VS_FF_DEBUG
@@ -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.6.0\0"
20
-			VALUE "FileVersion", "1.6.0\0"
19
+			VALUE "FileDescription", "Typica 1.6.1\0"
20
+			VALUE "FileVersion", "1.6.1\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.6.0\0"
25
+			VALUE "ProductVersion", "1.6.1\0"
26 26
 		END
27 27
 	END
28 28
 	BLOCK "VarFileInfo"

+ 1
- 1
src/typica.w 파일 보기

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

Loading…
취소
저장