diff --git a/ChangeLog b/ChangeLog index e12d40e..56cdd0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -203,6 +203,6 @@ Handle forcing placement with ! (#62). Thanks to schrc3b6. Added option to print source information with -1 (#64). Thanks to Victor Cacciari Miraldo. -(Version 2.8.8) -- UNRELEASED +(Version 2.8.8) -- June, 2020 Fixed compilation on old compilers supported by TeX Live (#65). Thanks to Akira Kakuto and Hironobu Yamashita. diff --git a/Makefile b/Makefile index 04dd4e7..6b3d613 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ SRC = detex.l # D_OBJ = detex.o -VERSION = 2.8.8-SNAPSHOT +VERSION = 2.8.8 all: ${PROGS} diff --git a/README b/README index ab5b0be..b04e403 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -OpenDetex - Version 2.8.8 UNRELEASED +OpenDetex - Version 2.8.8 OpenDetex is a program to remove TeX constructs from a text file. It recognizes the \input command.