commit 953d109f10d7ae837e1dbd8769ac2dda94b45140 parent 23f1fcf43252ae611b764934cef0585dbb4374b0 Author: default <nobody@localhost> Date: Wed, 14 Dec 2022 10:08:49 +0100 Version 2.15 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.15-dev" +#define VERSION "2.15" #define USER_AGENT "snac/" VERSION