Start new release cycle

Switch default version string back to the `-non-git` prefix to indicate
an indev version.

Additionally fix the formatting of the 1.3 header in the changelog.
This commit is contained in:
Nikos Tsipinakis 2018-01-05 21:05:53 +02:00
parent 10ee1782d9
commit a4a38d4467
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Dunst changelog # Dunst changelog
## 1.3.0 (2018-01-05) ## Unreleased
## 1.3.0 - 2018-01-05
### Added ### Added
- `ellipsize` option to control how long lines should be ellipsized when `word_wrap` is set to `false` (#374) - `ellipsize` option to control how long lines should be ellipsized when `word_wrap` is set to `false` (#374)

View File

@ -3,7 +3,7 @@
include config.mk include config.mk
VERSION := "1.3.0 (2018-01-05)" VERSION := "1.3.0-non-git"
ifneq ($(wildcard ./.git/.),) ifneq ($(wildcard ./.git/.),)
VERSION := $(shell git describe --tags) VERSION := $(shell git describe --tags)
endif endif