summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2001-07-24 20:18:12 +0000
committerroot <root>2001-07-24 20:18:12 +0000
commit6c2bc57bdfc3eebecd17199e1c0cb677e7190f19 (patch)
treef07dcd5da42651ffd1d57da6c6cf561119825a97 /coro.h
parent283d85ff0a0b7248c125a87c83aff889c7061a25 (diff)
*** empty log message ***
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/coro.h b/coro.h
index 56c11d2..0fc2858 100644
--- a/coro.h
+++ b/coro.h
@@ -32,6 +32,8 @@
* This coroutine library is very much stripped down. You should either
* build your own process avstraction using it or - better - just use GNU
* Portable Threads, http://www.gnu.org/software/pth/.
+ *
+ * VERSION: 0.1
*/
#ifndef CORO_H