commit b95fbe4e438a2ab8a8625875e2eedac38dae572f parent e7fa6d992061b04038128320acef4c894ae69500 Author: default <nobody@localhost> Date: Thu, 16 May 2024 15:47:43 +0200 Version 2.53 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.53-dev" +#define VERSION "2.53" #define USER_AGENT "snac/" VERSION