From 05a7394624f7465388d666c99da0e07e88fc23be Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 13 Aug 2010 20:44:34 -0700 Subject: [PATCH] Release 0.0.1 --- History.md | 5 +++++ src/list.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/History.md b/History.md index e69de29..7c89aab 100644 --- a/History.md +++ b/History.md @@ -0,0 +1,5 @@ + +0.0.1 / 2010-08-13 +================== + + * Initial release \ No newline at end of file diff --git a/src/list.h b/src/list.h index c815c2e..d12096b 100644 --- a/src/list.h +++ b/src/list.h @@ -10,6 +10,10 @@ #include +// Library version + +#define LIST_VERSION "0.0.1" + // Memory management macros #ifndef LIST_MALLOC