~kaction/dvtm

51d01e91ea90190c85e45841290f93ef1feda177 — Dmitry Bogatov 3 years ago b684090 v0.15.2
Release 0.15.2
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.1-git")
VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.15.2-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.2](https://git.sr.ht/~kaction/dvtm/archive/v0.15.2.tar.gz)
  released (15.06.2021)
- [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)