diff options
author | Alexey Melnichuk <alexeymelnichuck@gmail.com> | 2018-07-01 11:20:35 +0300 |
---|---|---|
committer | Alexey Melnichuk <alexeymelnichuck@gmail.com> | 2018-07-01 11:28:52 +0300 |
commit | e33999a890c8bfdb0c1f753820e4261dabb67faa (patch) | |
tree | e484f012612ad1bef0287a08665f5cd5cf7b2568 /src | |
parent | 91b24571b3e00324460fc45a9a80cda02b59e485 (diff) | |
download | lua-llthreads2-e33999a890c8bfdb0c1f753820e4261dabb67faa.tar.gz lua-llthreads2-e33999a890c8bfdb0c1f753820e4261dabb67faa.tar.bz2 lua-llthreads2-e33999a890c8bfdb0c1f753820e4261dabb67faa.zip |
Release 0.1.5v0.1.5
Diffstat (limited to 'src')
-rw-r--r-- | src/llthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llthread.c b/src/llthread.c index eb0c861..3155113 100644 --- a/src/llthread.c +++ b/src/llthread.c | |||
@@ -5,7 +5,7 @@ | |||
5 | #define LLTHREAD_VERSION_MAJOR 0 | 5 | #define LLTHREAD_VERSION_MAJOR 0 |
6 | #define LLTHREAD_VERSION_MINOR 1 | 6 | #define LLTHREAD_VERSION_MINOR 1 |
7 | #define LLTHREAD_VERSION_PATCH 5 | 7 | #define LLTHREAD_VERSION_PATCH 5 |
8 | #define LLTHREAD_VERSION_COMMENT "dev" | 8 | // #define LLTHREAD_VERSION_COMMENT "dev" |
9 | 9 | ||
10 | #ifndef USE_PTHREAD | 10 | #ifndef USE_PTHREAD |
11 | # include <windows.h> | 11 | # include <windows.h> |