-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
2a3790b
commit 75b2146
Showing
4 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters