Start new release cycle

Update the default version name to non-git and add new unreleased
section to the changelog to start the new release cycle.
This commit is contained in:
Nikos Tsipinakis 2017-07-12 16:42:31 +03:00
parent b069b2dba6
commit 4573b92975
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Dunst changelog # Dunst changelog
## Unreleased
## 1.2.0 - 2017-07-12 ## 1.2.0 - 2017-07-12
### Added ### Added

View File

@ -2,8 +2,7 @@
PREFIX ?= /usr/local PREFIX ?= /usr/local
MANPREFIX = ${PREFIX}/share/man MANPREFIX = ${PREFIX}/share/man
# In dist tarballs, the version is stored in the VERSION files. VERSION := "1.2.0-non-git"
VERSION := "1.2.0 (2017-07-12)"
ifneq ($(wildcard ./.git/.),) ifneq ($(wildcard ./.git/.),)
VERSION := $(shell git describe --tags) VERSION := $(shell git describe --tags)
endif endif