commit 38110ae072a56098351652fee589b5db8b9baa0c parent 2d2ee206407355a8207e3f556bb7980cce57bb45 Author: default <nobody@localhost> Date: Fri, 22 Mar 2024 10:00:12 +0100 Version 2.50 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.50-dev" +#define VERSION "2.50" #define USER_AGENT "snac/" VERSION