diff options
-rwxr-xr-x | threadlib/src/threadlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threadlib/src/threadlib.h b/threadlib/src/threadlib.h index ead3a2f..80a7449 100755 --- a/threadlib/src/threadlib.h +++ b/threadlib/src/threadlib.h @@ -30,7 +30,7 @@ // threadlib version string
-#define VERSION "0.1pre"
+#define VERSION "0.1"
// define it to use the lockfree fifo
#define THREADLIB_LOCKFREE
|