~kaction/dvtm

68d08a5ba688c7a74a7ba6e1b7d87bcaa1374ab5 — Dmitry Bogatov 2 years ago 04ecc6e v0.15.1
Release 0.15.1
2 files changed, 3 insertions(+), 1 deletions(-)

M Makefile
M README.md
M Makefile => Makefile +1 -1
@@ 4,7 4,7 @@ SRC = dvtm.c vt.c
BIN = dvtm dvtm-status dvtm-editor dvtm-pager
MANUALS = dvtm.1 dvtm-editor.1 dvtm-pager.1

VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.15-git")
VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.15.1-git")
CFLAGS += -DVERSION=\"$(VERSION)\"
DEBUG_CFLAGS = $(CFLAGS) -UNDEBUG -O0 -g -ggdb -Wall -Wextra -Wno-unused-parameter


M README.md => README.md +2 -0
@@ 10,6 10,8 @@ programs.

## News

- [dvtm-0.15.1](https://git.sr.ht/~kaction/dvtm/archive/v0.15.1.tar.gz)
  released (05.03.2021)
- [dvtm-0.15](http://www.brain-dump.org/projects/dvtm/dvtm-0.15.tar.gz)
  [released](http://lists.suckless.org/dev/1601/28095.html) (09.01.2016)
- [dvtm-0.14](http://www.brain-dump.org/projects/dvtm/dvtm-0.14.tar.gz)