diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-05-20 18:35:15 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-05-20 18:35:15 +0200 |
commit | df29f9fc22fb7a2827ae5396aeb8127636f6ece4 (patch) | |
tree | 72325d423784ea478088845283e5738d4f94b77b /src/lanes.c | |
parent | 894803c8982d7d08fad487fd55c7f18d03a20fd2 (diff) | |
download | lanes-df29f9fc22fb7a2827ae5396aeb8127636f6ece4.tar.gz lanes-df29f9fc22fb7a2827ae5396aeb8127636f6ece4.tar.bz2 lanes-df29f9fc22fb7a2827ae5396aeb8127636f6ece4.zip |
version 3.6.2
* WIN32 builds use condition variables instead of PulseEvent() when available.
* first steps toward fixing make-vc.cmd
Diffstat (limited to 'src/lanes.c')
-rw-r--r-- | src/lanes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.c b/src/lanes.c index 2c6a3ba..08bdb9a 100644 --- a/src/lanes.c +++ b/src/lanes.c | |||
@@ -52,7 +52,7 @@ | |||
52 | * ... | 52 | * ... |
53 | */ | 53 | */ |
54 | 54 | ||
55 | char const* VERSION = "3.6.1"; | 55 | char const* VERSION = "3.6.2"; |
56 | 56 | ||
57 | /* | 57 | /* |
58 | =============================================================================== | 58 | =============================================================================== |