Skip to content

Commit 75b2146

Browse files
committed
Release 1.4.17: Correct embarrassing version number mistake.
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.
1 parent 2a3790b commit 75b2146

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2018-01-13 Mark Simpson <[email protected]>
2+
* configure.ac, tests/cmdline/version.baseline: Update version number.
3+
14
2017-12-29 Mark Simpson <[email protected]>
25
* doc/tnef.1.in: Replace broken link in man page.
36

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
TNEF NEWS -- history of user-visible changes. 31 August 2014
22
Copyright (C) 2000-2017 by Mark Simpson
33

4+
* 1.4.17 [13 Jan 2018]
5+
** Fix embarrassing version number problem.
6+
47
* 1.4.16 [01 Jan 2018]
58
** Several documentation fixes.
69
** Small bug fix for UUID assertion.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT([tnef],[1.4.15],[[email protected]])
2+
AC_INIT([tnef],[1.4.17],[[email protected]])
33
AC_CONFIG_SRCDIR([src/tnef.c])
44
AM_INIT_AUTOMAKE
55
AC_CONFIG_HEADER([src/config.h])

tests/cmdline/version.baseline

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
./../../src/tnef --version
2-
tnef 1.4.15
2+
tnef 1.4.17
33
Copyright (C) 1999-2018 by Mark Simpson
44
Copyright (C) 1997 by Thomas Boll (original code)
55
tnef comes with ABSOLUTELY NO WARRANTY.
@@ -8,7 +8,7 @@ Public License. For more information about these matters, see the file
88
named COPYING.
99

1010
./../../src/tnef -V
11-
tnef 1.4.15
11+
tnef 1.4.17
1212
Copyright (C) 1999-2018 by Mark Simpson
1313
Copyright (C) 1997 by Thomas Boll (original code)
1414
tnef comes with ABSOLUTELY NO WARRANTY.

0 commit comments

Comments
 (0)