Start new release cycle

This commit is contained in:
Nikos Tsipinakis 2021-02-21 14:28:37 +02:00
parent f615866248
commit 598ec5797e
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Dunst changelog # Dunst changelog
## Unreleased
### Added
### Changed
### Fixed
## 1.6.1 - 2021-02-21: ## 1.6.1 - 2021-02-21:
### Fixed ### Fixed

View File

@ -3,7 +3,7 @@
include config.mk include config.mk
VERSION := "1.6.1 (2021-02-21)" VERSION := "1.6.1-non-git"
ifneq ($(wildcard ./.git/),) ifneq ($(wildcard ./.git/),)
VERSION := $(shell ${GIT} describe --tags) VERSION := $(shell ${GIT} describe --tags)
endif endif