1
0
mirror of synced 2026-01-12 00:02:50 +00:00

Update version for 0.38 release.

This commit is contained in:
Eric Smith 2022-05-06 01:58:23 -06:00
parent 2337b1def4
commit 0fa4379a17
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ YFLAGS = -d -v
# let me know why so I can improve this Makefile.
# -----------------------------------------------------------------------------
VERSION = 0.36
VERSION = 0.38
PACKAGE = tumble

View File

@ -75,7 +75,7 @@ bool close_pdf_output_files (void);
void usage (void)
{
fprintf (stderr, "\n");
fprintf (stderr, "tumble version " MAKESTR(TUMBLE_VERSION) " - Copyright 2001-2017 Eric Smith <spacewar@gmail.com>\n");
fprintf (stderr, "tumble version " MAKESTR(TUMBLE_VERSION) " - Copyright 2001-2022 Eric Smith <spacewar@gmail.com>\n");
fprintf (stderr, "https://github.com/brouhaha/tumble/\n");
fprintf (stderr, "\n");
fprintf (stderr, "usage:\n");