summaryrefslogtreecommitdiff
path: root/lptypes.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-03-11 11:04:25 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-03-11 11:04:25 -0300
commitd9f83dded93a35fb333c4e1bd371c401f7129fd1 (patch)
tree54c830c8e67f2f0ac261799828b3e8c54d32020c /lptypes.h
parentd97fe6ed31d4b274c88c996b0c06da597a455149 (diff)
downloadlpeg-1.0.2.tar.gz
lpeg-1.0.2.tar.bz2
lpeg-1.0.2.zip
Some details before release 1.0.2v1.0.2
- changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif'
Diffstat (limited to 'lptypes.h')
-rw-r--r--lptypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lptypes.h b/lptypes.h
index 0b1df6f..1d9d59f 100644
--- a/lptypes.h
+++ b/lptypes.h
@@ -1,7 +1,7 @@
1/* 1/*
2** $Id: lptypes.h $ 2** $Id: lptypes.h $
3** LPeg - PEG pattern matching for Lua 3** LPeg - PEG pattern matching for Lua
4** Copyright 2007-2017, Lua.org & PUC-Rio (see 'lpeg.html' for license) 4** Copyright 2007-2019, Lua.org & PUC-Rio (see 'lpeg.html' for license)
5** written by Roberto Ierusalimschy 5** written by Roberto Ierusalimschy
6*/ 6*/
7 7
@@ -15,7 +15,7 @@
15#include "lua.h" 15#include "lua.h"
16 16
17 17
18#define VERSION "1.0.1" 18#define VERSION "1.0.2"
19 19
20 20
21#define PATTERN_T "lpeg-pattern" 21#define PATTERN_T "lpeg-pattern"