Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
Bump the version to v3 and prepare for the c-rbtree-3 release. Also update
the NEWS file with change-information for packagers.

Signed-off-by: Tom Gundersen <teg@jklm.no>
  • Loading branch information
teg committed Aug 13, 2017
1 parent b3d5b73 commit 6181232
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
c-rbtree - Standalone Red-Black Tree Implementation in Standard ISO-C11

CHANGES WITH 3:

* Add more helpers. Add both a collection of iteratiors and helpers
for initializing a tree and checking if a tree is empty, without
explicitly accessing the data structure.

Contributions from: David Herrmann

- Berlin, 2017-08-13

CHANGES WITH 2:

* Relicense as ASL-2.0 to make c-rbtree useful for more projects. All
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'c-rbtree',
'c',
version: '2',
version: '3',
license: 'Apache',
default_options: [
'c_std=c11'
Expand Down

0 comments on commit 6181232

Please sign in to comment.