Skip to content

Commit

Permalink
Release 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubowicz committed Jan 25, 2020
1 parent c551c02 commit 4320ecc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Expand Up @@ -191,6 +191,6 @@ Fixed man page on macOS (#47). Thanks to FX Coudert.

Added -v option for showing version.

(Version 2.8.6) -- UNRELEASED
(Version 2.8.6) -- January, 2020

Fixed buffer overflow (CVE-2019-19601 #60).
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -105,7 +105,7 @@ SRC = detex.l
#
D_OBJ = detex.o

VERSION = 2.8.6-SNAPSHOT
VERSION = 2.8.6

all: ${PROGS}

Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
OpenDetex - Version 2.8.6 UNRELEASED
OpenDetex - Version 2.8.6

OpenDetex is a program to remove TeX constructs from a text file. It recognizes
the \input command.
Expand Down
2 changes: 1 addition & 1 deletion README-development.md
Expand Up @@ -16,7 +16,7 @@ After pushing check cross-platform compilation results on commits list on GitHub

1. Create a commit setting version to stable:
- ChangeLog: change UNRELEASED to current date
- Makefile: strip -UNRELEASED from version number
- Makefile: strip -SNAPSHOT from version number
- README: remove UNRELEASED
2. Make sure it works: `make clean test package`
3. Git-tag this version like "v2.8.5"
Expand Down

0 comments on commit 4320ecc

Please sign in to comment.