commit b68ed66669aa65bda1c55b9dcd7afcc126c7c2cf parent 18ff999eeaeb2357c73862e5ce11774f58c97cf3 Author: default <nobody@localhost> Date: Mon, 20 Nov 2023 11:42:17 +0100 Version 2.43 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 - 2023 grunfink et al. / MIT license */ -#define VERSION "2.43-dev" +#define VERSION "2.43" #define USER_AGENT "snac/" VERSION