diff options
author | Alexey Melnichuk <alexeymelnichuck@gmail.com> | 2016-09-09 17:00:39 +0300 |
---|---|---|
committer | Alexey Melnichuk <alexeymelnichuck@gmail.com> | 2016-09-09 17:00:39 +0300 |
commit | d5efef63150935b136635767da75d48d18f8d1a7 (patch) | |
tree | 3ed1cab651539ef2edda0e43a342d48bd17d4e38 | |
parent | 357470d319acaf91d518fed2e03e2aef16c4838e (diff) | |
download | lua-llthreads2-d5efef63150935b136635767da75d48d18f8d1a7.tar.gz lua-llthreads2-d5efef63150935b136635767da75d48d18f8d1a7.tar.bz2 lua-llthreads2-d5efef63150935b136635767da75d48d18f8d1a7.zip |
Back to dev version
-rw-r--r-- | src/llthread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/llthread.c b/src/llthread.c index 21d7934..97405d0 100644 --- a/src/llthread.c +++ b/src/llthread.c | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
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 4 | 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> |