Skip to content

Commit

Permalink
changelog: update for new release and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
breuner committed Apr 14, 2024
1 parent a7ac5b8 commit 20e2832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20e2832

Please sign in to comment.