From d9f83dded93a35fb333c4e1bd371c401f7129fd1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Mar 2019 11:04:25 -0300 Subject: Some details before release 1.0.2 - changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif' --- lptypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lptypes.h') diff --git a/lptypes.h b/lptypes.h index 0b1df6f..1d9d59f 100644 --- a/lptypes.h +++ b/lptypes.h @@ -1,7 +1,7 @@ /* ** $Id: lptypes.h $ ** LPeg - PEG pattern matching for Lua -** Copyright 2007-2017, Lua.org & PUC-Rio (see 'lpeg.html' for license) +** Copyright 2007-2019, Lua.org & PUC-Rio (see 'lpeg.html' for license) ** written by Roberto Ierusalimschy */ @@ -15,7 +15,7 @@ #include "lua.h" -#define VERSION "1.0.1" +#define VERSION "1.0.2" #define PATTERN_T "lpeg-pattern" -- cgit v1.2.3-55-g6feb