summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-10-17 21:53:37 +0100
committerReuben Thomas <rrt@sc3d.org>2012-10-17 21:53:37 +0100
commite22585e5655141bda83b237a90078d15026fdcc2 (patch)
tree41337063ed950954d36a73729f893777d7712071
parent1ed329073eb786b2958f723b859c6f99cbe85d98 (diff)
downloadlrexlib-e22585e5655141bda83b237a90078d15026fdcc2.tar.gz
rockspecs.lua: mention that we're Lua 5.2 compatible
-rw-r--r--rockspecs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rockspecs.lua b/rockspecs.lua
index 2d3d89e..2f25788 100644
--- a/rockspecs.lua
+++ b/rockspecs.lua
@@ -22,7 +22,7 @@ default = {
description = {
summary = "Regular expression library binding ("..flavour.." flavour).",
detailed = [[
- Lrexlib is a regular expression library for Lua 5.1, which
+ Lrexlib is a regular expression library for Lua 5.1 and 5.2, which
provides bindings for several regular expression libraries.
This rock provides the ]]..flavour..[[ bindings.
]],