diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4feba..5b85ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog of elfindo -## v0.9.5 (work in progress) +## v1.0.1 (Apr 14, 2024) ### New Features & Enhancements * New option "--newer PATH" to filter based on mtime of given path. diff --git a/Makefile b/Makefile index 7f4f6ef..88ae283 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ # EXE_NAME ?= $(shell cat build_helpers/findexename) -EXE_VER_MAJOR ?= 0 -EXE_VER_MINOR ?= 9 -EXE_VER_PATCHLEVEL ?= 5 +EXE_VER_MAJOR ?= 1 +EXE_VER_MINOR ?= 0 +EXE_VER_PATCHLEVEL ?= 1 EXE_VERSION ?= $(EXE_VER_MAJOR).$(EXE_VER_MINOR)-$(EXE_VER_PATCHLEVEL) EXE ?= $(BIN_PATH)/$(EXE_NAME) EXE_UNSTRIPPED ?= $(EXE)-unstripped