Browse Source

Update version number and copyright dates

Neal Wilson 5 years ago
parent
commit
a44d09ca44
Signed by: neal <neal@typica.us> GPG Key ID: D6F25C90DD5819DF
4 changed files with 12 additions and 12 deletions
  1. 1
    1
      LICENSE
  2. 3
    3
      src/resources/Info.plist
  3. 6
    6
      src/typica.rc
  4. 2
    2
      src/typica.w

+ 1
- 1
LICENSE View File

@@ -1,6 +1,6 @@
1 1
 MIT License
2 2
 
3
-Copyright (c) 2017 Neal Wilson
3
+Copyright (c) 2018 Neal Wilson
4 4
 
5 5
 Permission is hereby granted, free of charge, to any person obtaining a copy
6 6
 of this software and associated documentation files (the "Software"), to deal

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

@@ -17,10 +17,10 @@
17 17
 	<key>CFBundleDisplayName</key>
18 18
 	<string>Typica</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>1.9.0</string>
20
+	<string>1.9.1</string>
21 21
 	<key>CFBundleVersion</key>
22
-	<string>1.9.0</string>
22
+	<string>1.9.1</string>
23 23
 	<key>NSHumanReadableCopyright</key>
24
-	<string>© 2007–2017 Neal Wilson</string>
24
+	<string>© 2007–2018 Neal Wilson</string>
25 25
 </dict>
26 26
 </plist>

+ 6
- 6
src/typica.rc View File

@@ -1,7 +1,7 @@
1 1
 #include <winver.h>
2 2
 VS_VERSION_INFO	VERSIONINFO
3
-FILEVERSION 	1,9,0,0
4
-PRODUCTVERSION 	1,9,0,0
3
+FILEVERSION 	1,9,1,0
4
+PRODUCTVERSION 	1,9,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.9.0\0"
20
-			VALUE "FileVersion", "1.9.0\0"
19
+			VALUE "FileDescription", "Typica 1.9.1\0"
20
+			VALUE "FileVersion", "1.9.1\0"
21 21
 			VALUE "InternalName", "Typica\0"
22
-			VALUE "LegalCopyright", "Copyright 2007-2017 Neal Evan Wilson\0"
22
+			VALUE "LegalCopyright", "Copyright 2007-2018 Neal Evan Wilson\0"
23 23
 			VALUE "OriginalFilename", "Typica.exe\0"
24 24
 			VALUE "ProductName", "Typica\0"
25
-			VALUE "ProductVersion", "1.9.0\0"
25
+			VALUE "ProductVersion", "1.9.1\0"
26 26
 		END
27 27
 	END
28 28
 	BLOCK "VarFileInfo"

+ 2
- 2
src/typica.w View File

@@ -22,8 +22,8 @@
22 22
 \mark{\noexpand\nullsec0{A Note on Notation}}
23 23
 \def\pn{Typica}
24 24
 \def\filebase{typica}
25
-\def\version{1.9.0 \number\year-\number\month-\number\day}
26
-\def\years{2007--2017}
25
+\def\version{1.9.1 \number\year-\number\month-\number\day}
26
+\def\years{2007--2018}
27 27
 \def\title{\pn{} (Version \version)}
28 28
 \newskip\dangerskipb
29 29
 \newskip\dangerskip

Loading…
Cancel
Save