summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2020-08-07 12:10:29 +0300
committerShmuel Zeigerman <solomuz0@gmail.com>2020-08-07 12:10:29 +0300
commit69d5c442c5a4bdc1271103e88c5c798b605e9ed2 (patch)
treee734aab9c182a4217e777b99c66377e24d1bbd28
parent6b517b141c16a9366a2b2e70b5493aebc43beb45 (diff)
downloadlrexlib-69d5c442c5a4bdc1271103e88c5c798b605e9ed2.tar.gz
Lrexlib v2.9.1rel-2-9-1
-rw-r--r--LICENSE4
-rw-r--r--Makefile2
-rw-r--r--NEWS4
-rw-r--r--README.rst4
-rw-r--r--doc/license.html4
-rw-r--r--rockspecs.lua2
-rw-r--r--windows/mingw/_mingw.mak2
7 files changed, 13 insertions, 9 deletions
diff --git a/LICENSE b/LICENSE
index ac0dd4a..cfd2df4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,8 @@
License of Lrexlib release
--------------------------
-Copyright (C) Reuben Thomas 2000-2017
-Copyright (C) Shmuel Zeigerman 2004-2017
+Copyright (C) Reuben Thomas 2000-2020
+Copyright (C) Shmuel Zeigerman 2004-2020
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
diff --git a/Makefile b/Makefile
index 6f8322c..adba455 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Makefile for lrexlib
-VERSION = 2.9.0
+VERSION = 2.9.1
PROJECT = lrexlib
PROJECT_VERSIONED = $(PROJECT)-$(VERSION)
diff --git a/NEWS b/NEWS
index 04bbaac..02a7b3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2020-08-07 Release 2.9.1
+
+ * Add Lua 5.4 support
+
2017-11-07 Release 2.9.0
* Add PCRE2 support.
diff --git a/README.rst b/README.rst
index 2b58ff7..b9679d3 100644
--- a/README.rst
+++ b/README.rst
@@ -8,8 +8,8 @@ Lrexlib
(POSIX_, PCRE_, PCRE2_, GNU_, TRE_ and Oniguruma_) to Lua_ >= 5.1.
The bindings for TRE and Oniguruma are not currently complete.
-**Lrexlib** is copyright Reuben Thomas 2000-2017 and copyright Shmuel
-Zeigerman 2004-2017, and is released under the same license as Lua,
+**Lrexlib** is copyright Reuben Thomas 2000-2020 and copyright Shmuel
+Zeigerman 2004-2020, and is released under the same license as Lua,
the MIT_ license (otherwise known as the revised BSD license). There
is no warranty.
diff --git a/doc/license.html b/doc/license.html
index 120db22..13b4595 100644
--- a/doc/license.html
+++ b/doc/license.html
@@ -6,8 +6,8 @@
<body>
<h2>Lrexlib</h2>
-<p>Copyright &copy; Reuben Thomas 2000-2015<br>
-Copyright &copy; Shmuel Zeigerman 2004-2015
+<p>Copyright &copy; Reuben Thomas 2000-2020<br>
+Copyright &copy; Shmuel Zeigerman 2004-2020
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/rockspecs.lua b/rockspecs.lua
index 7da3b07..ebe1c1b 100644
--- a/rockspecs.lua
+++ b/rockspecs.lua
@@ -25,7 +25,7 @@ default = {
description = {
summary = "Regular expression library binding ("..flavour.." flavour).",
detailed = [[
-Lrexlib is a regular expression library for Lua 5.1-5.3, which
+Lrexlib is a regular expression library for Lua 5.1-5.4, which
provides bindings for several regular expression libraries.
This rock provides the ]]..flavour..[[ bindings.]],
homepage = "http://github.com/rrthomas/lrexlib",
diff --git a/windows/mingw/_mingw.mak b/windows/mingw/_mingw.mak
index 2da8125..3d99877 100644
--- a/windows/mingw/_mingw.mak
+++ b/windows/mingw/_mingw.mak
@@ -1,7 +1,7 @@
# Use with GNU Make.
# Lrexlib version
-VERSION = 2.9.0
+VERSION = 2.9.1
# User Settings ------------------------------------------------------------