Start new release cycle

This commit is contained in:
Nikos Tsipinakis 2019-07-03 10:02:21 +03:00
parent 37474c127b
commit 6c4eeda434
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Dunst changelog
## Unreleased
### Added
### Fixed
## 1.4.1 - 2019-07-03
### Fixed

View File

@ -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