diff options
author | shmuz <shmuz> | 2007-02-14 16:01:26 +0000 |
---|---|---|
committer | shmuz <shmuz> | 2007-02-14 16:01:26 +0000 |
commit | 1c42e04250bfdf6cbd6e91cdc68d7ba999a7b650 (patch) | |
tree | ae0b4b100beaa7507458faa60fc06ed7c4691702 | |
parent | e6e111698f71c09ae7eeb9ab67da16d6f3728059 (diff) | |
download | lrexlib-1c42e04250bfdf6cbd6e91cdc68d7ba999a7b650.tar.gz |
version number updated to 2.1
-rwxr-xr-x | LICENSE | 2 | ||||
-rwxr-xr-x | README | 2 | ||||
-rwxr-xr-x | src/rex_pcre.mak | 2 | ||||
-rwxr-xr-x | src/rex_posix.mak | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -License of Lrexlib release 2.0 +License of Lrexlib release 2.1 ------------------------------ Copyright (C) Reuben Thomas 2000-2007 @@ -1,4 +1,4 @@ - Lua rexlib 2.0 + Lua rexlib 2.1 -------------- by Reuben Thomas (rrt@sc3d.org) diff --git a/src/rex_pcre.mak b/src/rex_pcre.mak index 1b9f343..392eb09 100755 --- a/src/rex_pcre.mak +++ b/src/rex_pcre.mak @@ -20,7 +20,7 @@ TRG = rex_pcre # =========================================================================== # === END OF USER SETTINGS === -V = 2.0 +V = 2.1 DEFS = -DREX_OPENLIB=luaopen_$(TRG) -DREX_LIBNAME=\"$(TRG)\" CFLAGS = $(MYCFLAGS) $(DEFS) diff --git a/src/rex_posix.mak b/src/rex_posix.mak index 7549ecf..12fc3e9 100755 --- a/src/rex_posix.mak +++ b/src/rex_posix.mak @@ -32,7 +32,7 @@ TRG = rex_posix # =========================================================================== # === END OF USER SETTINGS === -V = 2.0 +V = 2.1 DEFS = -DREX_OPENLIB=luaopen_$(TRG) -DREX_LIBNAME=\"$(TRG)\" CFLAGS = $(MYCFLAGS) $(DEFS) |