Skip to content

Commit

Permalink
set version to v3.0.0-rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Dec 14, 2021
1 parent d2f2fc8 commit b1e1f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# v3.0.0-rc1 ... v3.0.0-rc8
# v3.0.0-rc1 ... v3.0.0-rc9
- Fixes a memory issue when running libtree on many files
- Fixes more memory issues
- Print error messages
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-rc9-dev"
#define VERSION "3.0.0-rc9"

#define ET_EXEC 2
#define ET_DYN 3
Expand Down

0 comments on commit b1e1f84

Please sign in to comment.