Skip to content

Commit

Permalink
Yet another point release (1.9); fixes downstream build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MTecknology committed Oct 31, 2019
1 parent 9c9498a commit e9b0cb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes with tdc 1.9 31 Oct 2019

* Special Halloween release
* Fix FTCBFS found by downstream
+ Thanks Helmut Grohne

Changes with tdc 1.8 22 Oct 2019

* Fix compiler warnings
Expand Down
4 changes: 2 additions & 2 deletions docs/tdc.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
.\" Author: Michael Lustfield <[email protected]>
.\" Date: 10/06/2014
.\" Manual: User Commands
.\" Source: tdc 1.8
.\" Source: tdc 1.9
.\"
.TH "TDC" "1" "10/06/2014" "tdc 1\.8" "User Commands"
.TH "TDC" "1" "10/06/2014" "tdc 1\.9" "User Commands"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
Expand Down
2 changes: 1 addition & 1 deletion tdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void get_params(Display *display, int argc, char *argv[]) {

/* check for version request */
if (XrmGetResource(database, "tdc.version", "tdc.version", &type, &xrmval) == True) {
printf("tdc 1.8\n");
printf("tdc 1.9\n");
exit(0);
}

Expand Down

0 comments on commit e9b0cb5

Please sign in to comment.