From c3f7c256690876ffae738eb54c91ddbe0f96ba0c Mon Sep 17 00:00:00 2001 From: Piotr Kubowicz Date: Sat, 7 Jul 2018 12:38:03 +0200 Subject: [PATCH] Release 2.8.4 --- ChangeLog | 2 +- Makefile | 2 +- README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c9b9d1..cd3072f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -177,7 +177,7 @@ Fixed compilation on Cygwin. Removed special files for OS/2 - they required compilers that no longer exist. OpenDetex should be able to be compiled using GCC for OS/2. -(Version 2.8.4) -- UNRELEASED +(Version 2.8.4) -- July, 2018 Stoped generating additional spaces after commands (#41). Thanks to Martin Nowack. diff --git a/Makefile b/Makefile index 28ac650..e97c09a 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ SRC = detex.l # D_OBJ = detex.o -VERSION = 2.8.4-SNAPSHOT +VERSION = 2.8.4 all: ${PROGS} diff --git a/README b/README index 43722c4..4962972 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -OpenDetex - Version 2.8.4 UNRELEASED +OpenDetex - Version 2.8.4 OpenDetex is a program to remove TeX constructs from a text file. It recognizes the \input command.