Skip to content

Commit

Permalink
Set version to 3.0.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Dec 14, 2021
1 parent cb4ffae commit b5ac0f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

# v3.0.0-rc1 ... v3.0.0-rc7
# v3.0.0-rc1 ... v3.0.0-rc8
- Fixes a memory issue when running libtree on many files
- Fixes more memory issues
- Print error messages
- Make sure ISA's match
- Support relative includes in /etc/ld.so.conf
- flush stdout/stderr
- squash warnings
- Flush stdout/stderr
- Squash warnings
- Bring back `--ldconf` for Gentoo Prefix support

# v3.0.0-rc1
- Rewritten in C99 with 0 external dependencies.
Expand Down
2 changes: 1 addition & 1 deletion libtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <sys/utsname.h>
#include <unistd.h>

#define VERSION "3.0.0-rc8-dev"
#define VERSION "3.0.0-rc8"

#define ET_EXEC 2
#define ET_DYN 3
Expand Down

0 comments on commit b5ac0f2

Please sign in to comment.