commit a7344d20a45ef414121f3fef31aaec32ac54dab7 parent 75008986287a1a6f835b46e663458e858c159499 Author: default <nobody@localhost> Date: Mon, 8 Jul 2024 16:51:54 +0200 Version 2.56 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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.56-dev" +#define VERSION "2.56" #define USER_AGENT "snac/" VERSION