diff --git a/ChangeLog b/ChangeLog index 83d3816..043c59b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -185,7 +185,7 @@ Fixed space missing in output when two newlines follow a macro (#42). Thanks to Started treating newlines in inline math as spaces (#45). Thanks to sgerwk. -(Version 2.8.5) -- UNRELEASED +(Version 2.8.5) -- January, 2019 Fixed man page on macOS (#47). Thanks to FX Coudert. diff --git a/Makefile b/Makefile index fd62527..7f618f8 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ SRC = detex.l # D_OBJ = detex.o -VERSION = 2.8.5-SNAPSHOT +VERSION = 2.8.5 all: ${PROGS} diff --git a/README b/README index 6f5262c..f934d1f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -OpenDetex - Version 2.8.5 UNRELEASED +OpenDetex - Version 2.8.5 OpenDetex is a program to remove TeX constructs from a text file. It recognizes the \input command.