Start new release cycle

This commit is contained in:
Nikos Tsipinakis 2019-03-30 19:13:37 +02:00
parent cf7dec2989
commit c797b0e7b3
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Dunst changelog
## Unreleased
### Added
### Fixed
## 1.4.0 - 2019-03-30
### Added

View File

@ -3,7 +3,7 @@
include config.mk
VERSION := "1.4.0 (2019-03-30)"
VERSION := "1.4.0-non-git"
ifneq ($(wildcard ./.git/),)
VERSION := $(shell ${GIT} describe --tags)
endif