diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd9cd4..085fc91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Dunst changelog +## Unreleased + +### Added +### Fixed + ## 1.4.1 - 2019-07-03 ### Fixed diff --git a/Makefile b/Makefile index 144b0d1..c242a53 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -VERSION := "1.4.1 (2019-07-03)" +VERSION := "1.4.1-non-git" ifneq ($(wildcard ./.git/),) VERSION := $(shell ${GIT} describe --tags) endif