From 2721249d4426e9b45ca88050211643defa7c17b7 Mon Sep 17 00:00:00 2001 From: Piotr Kubowicz Date: Sun, 14 Jun 2020 19:49:45 +0200 Subject: [PATCH] Release 2.8.7 --- ChangeLog | 2 +- Makefile | 2 +- README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.