commit b3e289b40b5c89acc1bf5cdc7b68f2e0f058dfe3 parent 5abec4c549190bf1de7e95a8e750d28a19b9a633 Author: default <nobody@localhost> Date: Mon, 29 Jan 2024 16:41:29 +0100 Version 2.46 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.46-dev" +#define VERSION "2.46" #define USER_AGENT "snac/" VERSION