diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-14 21:14:12 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-14 21:14:12 +0000 |
commit | 3cef5d2ec589e3da66a66b27d7521af096bd9300 (patch) | |
tree | 3acdcee409d3385df559a3d368343735a8210b98 /threadlib | |
parent | 223388f1ad8f3e39856a1e6a01ef2acd1d820d25 (diff) |
*** empty log message ***
svn path=/trunk/externals/grh/; revision=3899
Diffstat (limited to 'threadlib')
-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
|