diff --git a/ChangeLog b/ChangeLog index 1a95fbf..315a8ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -152,7 +152,7 @@ Making program compile on modern UNIX systems; many fixes in LaTeX code handling (quotes, figure and table environments, headings and many more). -(Version 2.8.2 - UNRELEASED) -- February, 2016 +(Version 2.8.2) -- February, 2016 Improved ANSI C compatibility. Used kpse_find_file() and kpse_program_name(). Handle `\kern', allow `em/ex'for dimensions, handle glue specs. Added the never-interactive option to prevent flex diff --git a/Makefile b/Makefile index f9455c6..a55a937 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ SRC = detex.l # D_OBJ = detex.o -VERSION = 2.8.1 +VERSION = 2.8.2 all: ${PROGS} diff --git a/README b/README index 29ee064..bca0c9d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -OpenDetex - Version 2.8.1 +OpenDetex - Version 2.8.2 OpenDetex is a program to remove TeX constructs from a text file. It recognizes the \input command.