aboutsummaryrefslogtreecommitdiff
path: root/lptypes.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-04-22 14:25:14 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-04-22 14:25:14 -0300
commit9dac0b6d8d22705f27b139923948ab050c12f6f5 (patch)
tree13f95fe70373fc9213bb76a4a77bef221a2d80a3 /lptypes.h
parent24bf757183d8bd97f6f5b43d916814f3269c8347 (diff)
downloadlpeg-9dac0b6d8d22705f27b139923948ab050c12f6f5.tar.gz
lpeg-9dac0b6d8d22705f27b139923948ab050c12f6f5.tar.bz2
lpeg-9dac0b6d8d22705f27b139923948ab050c12f6f5.zip
'lpeg.version' changed to a string
Diffstat (limited to 'lptypes.h')
-rw-r--r--lptypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lptypes.h b/lptypes.h
index eea3d0c..ccb4c18 100644
--- a/lptypes.h
+++ b/lptypes.h
@@ -15,7 +15,7 @@
15#include "lua.h" 15#include "lua.h"
16 16
17 17
18#define VERSION "1.0.2" 18#define VERSION "1.1.0"
19 19
20 20
21#define PATTERN_T "lpeg-pattern" 21#define PATTERN_T "lpeg-pattern"