Skip to content

Commit

Permalink
Release 1.4.17: Correct embarrassing version number mistake.
Browse files Browse the repository at this point in the history
I had forgotten to update the version number when I made my new year
release. So now I have to update the version number for real this
time.

Fixes #37.
  • Loading branch information
verdammelt committed Jan 14, 2018
1 parent 2a3790b commit 75b2146
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2018-01-13 Mark Simpson <[email protected]>
* configure.ac, tests/cmdline/version.baseline: Update version number.

2017-12-29 Mark Simpson <[email protected]>
* doc/tnef.1.in: Replace broken link in man page.

Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
TNEF NEWS -- history of user-visible changes. 31 August 2014
Copyright (C) 2000-2017 by Mark Simpson

* 1.4.17 [13 Jan 2018]
** Fix embarrassing version number problem.

* 1.4.16 [01 Jan 2018]
** Several documentation fixes.
** Small bug fix for UUID assertion.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT([tnef],[1.4.15],[[email protected]])
AC_INIT([tnef],[1.4.17],[[email protected]])
AC_CONFIG_SRCDIR([src/tnef.c])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([src/config.h])
Expand Down
4 changes: 2 additions & 2 deletions tests/cmdline/version.baseline
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
./../../src/tnef --version
tnef 1.4.15
tnef 1.4.17
Copyright (C) 1999-2018 by Mark Simpson
Copyright (C) 1997 by Thomas Boll (original code)
tnef comes with ABSOLUTELY NO WARRANTY.
Expand All @@ -8,7 +8,7 @@ Public License. For more information about these matters, see the file
named COPYING.

./../../src/tnef -V
tnef 1.4.15
tnef 1.4.17
Copyright (C) 1999-2018 by Mark Simpson
Copyright (C) 1997 by Thomas Boll (original code)
tnef comes with ABSOLUTELY NO WARRANTY.
Expand Down

0 comments on commit 75b2146

Please sign in to comment.