~kaction/dvtm

4e3abbe8cd56aea7b99f0cf8504cfc900aaa1058 — Dmitry Bogatov 1 year, 4 months ago 851a020 master v0.15.3
Release 0.15.3
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.2-git")
VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.15.3-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.3](https://git.sr.ht/~kaction/dvtm/archive/v0.15.3.tar.gz)
  released (17.07.2022)
- [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)