Skip to content

Commit

Permalink
Set version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Feb 22, 2022
1 parent f8c23cb commit 67c7e8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v3.0.3
- `libtree -vvvv...` is now treated as `libtree -vvv`.

# v3.0.2
- Improve `make check`, `make clean` and CI
- Preserve original timestamps when installing files
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.3-dev"
#define VERSION "3.0.3"

#define ET_EXEC 2
#define ET_DYN 3
Expand Down

0 comments on commit 67c7e8e

Please sign in to comment.