diff --git a/ChangeLog b/ChangeLog index 98f654b..a9d5a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -195,7 +195,7 @@ Added -v option for showing version. Fixed buffer overflow (CVE-2019-19601 #60). Thanks to Akira Kakuto, Norbert Preining and TeX Live team. -(Version 2.8.7) -- UNRELEASED +(Version 2.8.7) -- June, 2020 Reduced size of .tar.bz2 package by excluding object file added by mistake. diff --git a/Makefile b/Makefile index d32f5c5..c00420a 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ SRC = detex.l # D_OBJ = detex.o -VERSION = 2.8.7-SNAPSHOT +VERSION = 2.8.7 all: ${PROGS} diff --git a/README b/README index dd53744..49814c5 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -OpenDetex - Version 2.8.7 UNRELEASED +OpenDetex - Version 2.8.7 OpenDetex is a program to remove TeX constructs from a text file. It recognizes the \input command.