From a4a38d44671b6c88de98fc220614746f69e578d8 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Fri, 5 Jan 2018 21:05:53 +0200 Subject: [PATCH] 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. --- CHANGELOG.md | 4 +++- Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c31e1..3602a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Dunst changelog -## 1.3.0 (2018-01-05) +## Unreleased + +## 1.3.0 - 2018-01-05 ### Added - `ellipsize` option to control how long lines should be ellipsized when `word_wrap` is set to `false` (#374) diff --git a/Makefile b/Makefile index 492aba2..bd5c746 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -VERSION := "1.3.0 (2018-01-05)" +VERSION := "1.3.0-non-git" ifneq ($(wildcard ./.git/.),) VERSION := $(shell git describe --tags) endif