aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Melnichuk <alexeymelnichuck@gmail.com>2016-09-09 17:00:39 +0300
committerAlexey Melnichuk <alexeymelnichuck@gmail.com>2016-09-09 17:00:39 +0300
commitd5efef63150935b136635767da75d48d18f8d1a7 (patch)
tree3ed1cab651539ef2edda0e43a342d48bd17d4e38
parent357470d319acaf91d518fed2e03e2aef16c4838e (diff)
downloadlua-llthreads2-d5efef63150935b136635767da75d48d18f8d1a7.tar.gz
lua-llthreads2-d5efef63150935b136635767da75d48d18f8d1a7.tar.bz2
lua-llthreads2-d5efef63150935b136635767da75d48d18f8d1a7.zip
Back to dev version
-rw-r--r--src/llthread.c4
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>