Skip to content

Commit 8515b76

Browse files
committed
New upstream version 2.0
1 parent 825ef2f commit 8515b76

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes with tdc 2.0 12 Oct 2023
2+
3+
* Minor content cleanup
4+
* Tagging "final" release (maintenance undetermined)
5+
16
Changes with tdc 1.9 31 Oct 2019
27

38
* Special Halloween release

README

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ Tiny Dockable Clock (tdc) is a simple and tiny dockable clock.
44
TDC is a very simple tool; especially helpful for those that are using OpenBox. It
55
can use various colors, sizes, formats, etc. It can accept any POSIX date format.
66

7-
latest version: 1.7
8-
project: https://github.com/MTecknology/tdc
9-
107
TDC is released under the GNU GPLv3. See COPYING for more information.

docs/tdc.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.\" Title: tdc
22
.\" Author: Michael Lustfield <[email protected]>
3-
.\" Date: 10/06/2014
3+
.\" Date: 12/10/2023
44
.\" Manual: User Commands
5-
.\" Source: tdc 1.9
5+
.\" Source: tdc 2.0
66
.\"
7-
.TH "TDC" "1" "10/06/2014" "tdc 1\.9" "User Commands"
7+
.TH "TDC" "1" "12/10/2023" "tdc 2\.0" "User Commands"
88
.\" disable hyphenation
99
.nh
1010
.\" disable justification (adjust text to left margin only)

tdc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void get_params(Display *display, int argc, char *argv[]) {
142142

143143
/* check for version request */
144144
if (XrmGetResource(database, "tdc.version", "tdc.version", &type, &xrmval) == True) {
145-
printf("tdc 1.9\n");
145+
printf("tdc 2.0\n");
146146
exit(0);
147147
}
148148

0 commit comments

Comments
 (0)