commit 5ddde84eaac284a65a1828036123d54d6e21b5ac parent 76e1608069ef540e47fecd39b0ec6eb1ce9ecba1 Author: default <nobody@localhost> Date: Thu, 13 Jul 2023 16:51:04 +0200 Version 2.37 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 - 2023 grunfink / MIT license */ -#define VERSION "2.37-dev" +#define VERSION "2.37" #define USER_AGENT "snac/" VERSION