From 4573b92975da4113d3639d550f9d89d672d7738a Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Wed, 12 Jul 2017 16:42:31 +0300 Subject: [PATCH] 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. --- CHANGELOG.md | 2 ++ config.mk | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5be6f4c..f8ee104aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Dunst changelog +## Unreleased + ## 1.2.0 - 2017-07-12 ### Added diff --git a/config.mk b/config.mk index 71235bc0f..6ca70e59a 100644 --- a/config.mk +++ b/config.mk @@ -2,8 +2,7 @@ PREFIX ?= /usr/local MANPREFIX = ${PREFIX}/share/man -# In dist tarballs, the version is stored in the VERSION files. -VERSION := "1.2.0 (2017-07-12)" +VERSION := "1.2.0-non-git" ifneq ($(wildcard ./.git/.),) VERSION := $(shell git describe --tags) endif