commit 6087b4540d9f2bd2279bff2505f95ba6c8648d09 parent b2562af8f344634af470756a7988c1d428684fa1 Author: default <nobody@localhost> Date: Fri, 9 Dec 2022 16:39:45 +0100 Version 2.14 RELEASED. Diffstat:
M | snac.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snac.h b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 grunfink - MIT license */ -#define VERSION "2.14-dev" +#define VERSION "2.14" #define USER_AGENT "snac/" VERSION