Skip to content

Commit

Permalink
alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Jan 1, 2022
1 parent 73f7c17 commit a33cf51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ C_OPT = -Wall -O2 -finline-functions -Wmissing-declarations -Wwrite-strings -mar
LINK_OPT =
OBJS = command.o cmdbuf.o version.o memmem.o
CMD = comcom32.exe
RELVER = alpha2
RELVER = alpha3
PKG = comcom32-0.1$(RELVER)
TGZ = $(PKG).tar.gz
REVISIONID := $(shell git describe --dirty=+)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
comcom32 (0.1~alpha3-1) focal; urgency=low

* alpha-3

-- Stas Sergeev <[email protected]> Sat, 1 Jan 2022 14:30:00 +0300

comcom32 (0.1~alpha2-1) focal; urgency=low

* alpha-2
Expand Down

0 comments on commit a33cf51

Please sign in to comment.