summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
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