Skip to content

Commit b0da8f5

Browse files
committed
Prep for 1.9.3 release.
1 parent 354b768 commit b0da8f5

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ found in the software users manual in the "doc" directory.
8989

9090
# Credits
9191

92-
Many thanks to Leonard Rosenthol for providing changes to support a macOS
93-
version of HTMLDOC.
92+
Many thanks to Leonard Rosenthol for providing the original changes to support
93+
a macOS (9) version of HTMLDOC.
9494

95-
The table VALIGN and "HALF PAGE" code was contributed by D. Richard Hipp.
95+
The original table VALIGN and "HALF PAGE" code was contributed by D. Richard
96+
Hipp.
9697

97-
The multiple header/footer image code was contributed by Lynn Pye.
98+
The original multiple header/footer image code was contributed by Lynn Pye.
9899

99100
The RC4 encryption code is from librc4 1.1 by the folks at Carnegie Mellon
100101
University.

doc/1-intro.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<head>
33
<meta name="author" content="Michael R Sweet">
44
<meta name="copyright" content="Copyright &copy; 1997-2018, All Rights Reserved.">
5-
<meta name="docversion" content="htmldoc-1.9.2">
6-
<title>HTMLDOC 1.9.2 Users Manual</title>
5+
<meta name="docversion" content="htmldoc-1.9.3">
6+
<title>HTMLDOC 1.9.3 Users Manual</title>
77
</head>
88
<body>
99

@@ -12,7 +12,7 @@
1212

1313
<h1 align="right"><a name="INTRO">Chapter 1 - Introduction</a></h1>
1414

15-
<p>This document describes how to use the HTMLDOC software, version 1.9.2. HTMLDOC reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents. HTMLDOC can be used as a standalone application, in a batch document processing environment, or as a web-based report generation application.</p>
15+
<p>This document describes how to use the HTMLDOC software, version 1.9.3. HTMLDOC reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents. HTMLDOC can be used as a standalone application, in a batch document processing environment, or as a web-based report generation application.</p>
1616

1717
<p>HTMLDOC is open source software under the terms of version 2 of the GNU General Public License. No restrictions are placed upon the output produced by HTMLDOC.</p>
1818

vcnet/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Configuration file for HTMLDOC.
33
*
4-
* Copyright © 2011-2017 by Michael R Sweet.
4+
* Copyright © 2011-2018 by Michael R Sweet.
55
* Copyright © 1997-2010 by Easy Software Products. All rights reserved.
66
*
77
* This program is free software. Distribution and use rights are outlined in
@@ -81,7 +81,7 @@ typedef long ssize_t;
8181
* What is the version number for this software?
8282
*/
8383

84-
#define SVERSION "1.9.2"
84+
#define SVERSION "1.9.3"
8585

8686

8787
/*

vcnet/htmldoc-installer.vdproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,13 +2360,13 @@
23602360
"ProductName" = "8:HTMLDOC"
23612361
"ProductCode" = "8:{7C4A45BF-3D65-48BC-868D-77E473354A07}"
23622362
"PackageCode" = "8:{EC5B41C9-3501-4047-B03F-0C33659EFDCF}"
2363-
"UpgradeCode" = "8:{F3C6B703-4F17-4FC1-B71C-4A70C8EF39E8}"
2363+
"UpgradeCode" = "8:{5D60BF6D-0E94-41F0-A777-A9EA01F4F40B}"
23642364
"AspNetVersion" = "8:4.0.30319.0"
23652365
"RestartWWWService" = "11:FALSE"
23662366
"RemovePreviousVersions" = "11:TRUE"
23672367
"DetectNewerInstalledVersion" = "11:TRUE"
23682368
"InstallAllUsers" = "11:FALSE"
2369-
"ProductVersion" = "8:1.9.0100"
2369+
"ProductVersion" = "8:1.9.0300"
23702370
"Manufacturer" = "8:Michael R Sweet"
23712371
"ARPHELPTELEPHONE" = "8:"
23722372
"ARPHELPLINK" = "8:https://michaelrsweet.github.io/htmldoc"

xcode/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* What is the version number for this software?
1313
*/
1414

15-
#define SVERSION "1.9.2"
15+
#define SVERSION "1.9.3"
1616

1717

1818
/*

0 commit comments

Comments
 (0)