summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-10-04 17:45:16 +0100
committerReuben Thomas <rrt@sc3d.org>2010-10-04 17:45:16 +0100
commit3b03866a822e7f3ec22e5f7bfeff5967835a9833 (patch)
treeb578eb72f31f09fe9eb1a9dfb6d12494f25e0c19
parentf6ebf44ccad6f7572257f76d8017a4ce387ca8ae (diff)
downloadlrexlib-3b03866a822e7f3ec22e5f7bfeff5967835a9833.tar.gz
Bump version and add news for 2.5.1.
-rw-r--r--NEWS7
-rw-r--r--src/algo.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6f9f76f..b9fe2f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-2010-09-15 Release 2.5.0
+2010-10-04 Release 2.5.1
+
+ * Minor improvements and fixes, no changes to library code.
+
+
+2010-10-03 Release 2.5.0
* Added bindings of the TRE and GNU regex APIs.
diff --git a/src/algo.h b/src/algo.h
index b914312..2a4288d 100644
--- a/src/algo.h
+++ b/src/algo.h
@@ -3,7 +3,7 @@
#include "common.h"
-#define REX_VERSION "Lrexlib 2.5.0"
+#define REX_VERSION "Lrexlib 2.5.1"
/* Forward declarations */
static void gmatch_pushsubject (lua_State *L, TArgExec *argE);