diff --git a/ChangeLog b/ChangeLog index 214684b..3185ae6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -211,4 +211,6 @@ Fixed compilation on old compilers supported by TeX Live (#65). Thanks to Akira Include escaped percent sign in output (#70). Thanks to Max Leonhardt. -(Version 2.8.10) -- UNRELEASED +(Version 2.8.10) -- December, 2023 + +Fixes to man page. Thanks to kberry and Hilmar Preusse. diff --git a/Makefile b/Makefile index 44a8d1e..22d3b19 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ SRC = detex.l # D_OBJ = detex.o -VERSION = 2.8.10-SNAPSHOT +VERSION = 2.8.10 all: ${PROGS} diff --git a/README b/README index 0022141..2fefafa 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -OpenDetex - Version 2.8.10 UNRELEASED +OpenDetex - Version 2.8.10 OpenDetex is a program to remove TeX constructs from a text file. It recognizes the \input command.