Dunst v1.6.1: Fix incorrect makefile version

This commit is contained in:
Nikos Tsipinakis 2021-02-21 14:21:07 +02:00
parent 5214a61e9f
commit f615866248
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
# Dunst changelog # Dunst changelog
## Unreleased ## 1.6.1 - 2021-02-21:
### Added
### Changed
### Fixed ### Fixed
- Incorrect version in Makefile
## 1.6.0 - 2021-02-21: ## 1.6.0 - 2021-02-21:

View File

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