Skip to content

Commit

Permalink
Set version to v3.0.0-rc9-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Dec 14, 2021
1 parent b5ac0f2 commit 9b4bcde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Flush stdout/stderr
- Squash warnings
- Bring back `--ldconf` for Gentoo Prefix support
- Bring back man pages

# 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"
#define VERSION "3.0.0-rc9-dev"

#define ET_EXEC 2
#define ET_DYN 3
Expand Down

0 comments on commit 9b4bcde

Please sign in to comment.