From 9fc7ec6fcd9d8d20a3d6f73e4f02dcb8956f2ea0 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sat, 22 Aug 2020 00:24:48 +0300 Subject: [PATCH] alpha-2 --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69d7a89..2d3c043 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ C_OPT = -Wall -O2 -finline-functions -Wmissing-declarations LINK_OPT = OBJS = command.o cmdbuf.o version.o CMD = comcom32.exe -RELVER = alpha1 +RELVER = alpha2 PKG = comcom32-0.1$(RELVER) TGZ = $(PKG).tar.gz REVISIONID := $(shell git describe --dirty=+) diff --git a/debian/changelog b/debian/changelog index e22f97f..812deed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +comcom32 (0.1~alpha2-1) focal; urgency=low + + * alpha-2 + + -- Stas Sergeev Sat, 22 Aug 2020 00:00:00 +0300 + comcom32 (0.1~alpha1-1) bionic; urgency=low * alpha-1