Skip to content

Commit 7cd9318

Browse files
committed
Bump copyright/versions.
1 parent b7367d9 commit 7cd9318

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Configuration file for HTMLDOC.
33
*
4-
* Copyright © 2011-2024 by Michael R Sweet.
4+
* Copyright © 2011-2025 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

vcnet/config.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
/*
22
* Visual Studio configuration file for HTMLDOC.
33
*
4-
* Copyright © 2011-2024 by Michael R Sweet.
4+
* Copyright © 2011-2025 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
88
* the file "COPYING".
99
*/
1010

11-
/*
12-
* Include necessary headers...
13-
*/
14-
1511
#include <stdio.h>
1612
#include <stdlib.h>
1713
#include <string.h>
@@ -93,7 +89,7 @@ typedef __int64 ssize_t;
9389
* What is the version number for this software?
9490
*/
9591

96-
#define SVERSION "1.9.20"
92+
#define SVERSION "1.9.21"
9793

9894

9995
/*

xcode/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Xcode configuration file for HTMLDOC.
33
*
4-
* Copyright © 2011-2024 by Michael R Sweet.
4+
* Copyright © 2011-2025 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
@@ -12,7 +12,7 @@
1212
* What is the version number for this software?
1313
*/
1414

15-
#define SVERSION "1.9.20"
15+
#define SVERSION "1.9.21"
1616

1717

1818
/*

0 commit comments

Comments
 (0)