summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshmuz <shmuz>2007-02-14 16:01:26 +0000
committershmuz <shmuz>2007-02-14 16:01:26 +0000
commit1c42e04250bfdf6cbd6e91cdc68d7ba999a7b650 (patch)
treeae0b4b100beaa7507458faa60fc06ed7c4691702
parente6e111698f71c09ae7eeb9ab67da16d6f3728059 (diff)
downloadlrexlib-1c42e04250bfdf6cbd6e91cdc68d7ba999a7b650.tar.gz
version number updated to 2.1
-rwxr-xr-xLICENSE2
-rwxr-xr-xREADME2
-rwxr-xr-xsrc/rex_pcre.mak2
-rwxr-xr-xsrc/rex_posix.mak2
4 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 0acd3a3..ab51034 100755
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-License of Lrexlib release 2.0
+License of Lrexlib release 2.1
------------------------------
Copyright (C) Reuben Thomas 2000-2007
diff --git a/README b/README
index cb5ead5..d4cbfb8 100755
--- a/README
+++ b/README
@@ -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)