Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 28, 2010
1 parent dd3329e commit e3eb965
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

0.0.3 / 2010-11-27
==================

* Added `make install`
* Added `list_shift()`
* Added `list_pop()`
* Lowercased function names and typedefs
* Wrap with extern "C" when \_\_cplusplus
* Installing `list.h`

0.0.2 / 2010-08-21
==================

Expand Down
2 changes: 1 addition & 1 deletion src/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

// Library version

#define LIST_VERSION "0.0.2"
#define LIST_VERSION "0.0.3"

// Memory management macros

Expand Down

0 comments on commit e3eb965

Please sign in to comment.