commit 861dc8265fd4f7334a82b8003e80e85af6fe194f parent ae5ab1f103cf1dd35848faff2445d689531aed79 Author: default <nobody@localhost> Date: Thu, 10 Oct 2024 15:04:32 +0200 Version 2.60 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.60-dev" +#define VERSION "2.60" #define USER_AGENT "snac/" VERSION