Skip to content

Commit

Permalink
Set version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 13, 2022
1 parent f7671f3 commit 1521dfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.1.1
- Build system portability fixes
- Fix `make check` exit code

# v3.1.0
- Add a `--max-depth` flag to limit recursion depth. For example,
`libtree --max-depth 1 <file>` will show the resolved paths of direct 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.1.1-dev"
#define VERSION "3.1.1"

#define ET_EXEC 2
#define ET_DYN 3
Expand Down

0 comments on commit 1521dfe

Please sign in to comment.