Skip to content

Commit

Permalink
Set version to 3.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Dec 11, 2021
1 parent d51edc5 commit 37da0d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# v3.0.0-dev
# v3.0.0-rc2
- Fixes a memory issue when running libtree on many files

# v3.0.0-rc1
- Rewritten in C99 without 0 external dependencies.
- Significantly faster & smaller (~50KB statically compiled with musl libc, or
even smaller than the source file with diet libc).
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-rc2-dev"
#define VERSION "3.0.0-rc2"

#define ET_EXEC 2
#define ET_DYN 3
Expand Down

0 comments on commit 37da0d7

Please sign in to comment.