Skip to content

Commit

Permalink
Start new release cycle
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tsipinakis committed Jan 5, 2018
1 parent 10ee178 commit a4a38d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4a38d4

Please sign in to comment.