summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);