diff options
author | Reuben Thomas <rrt@sc3d.org> | 2010-10-04 17:45:16 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2010-10-04 17:45:16 +0100 |
commit | 3b03866a822e7f3ec22e5f7bfeff5967835a9833 (patch) | |
tree | b578eb72f31f09fe9eb1a9dfb6d12494f25e0c19 | |
parent | f6ebf44ccad6f7572257f76d8017a4ce387ca8ae (diff) | |
download | lrexlib-3b03866a822e7f3ec22e5f7bfeff5967835a9833.tar.gz |
Bump version and add news for 2.5.1.
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | src/algo.h | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -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. @@ -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); |