commit d17aa86c5bb3c919fce27d79d2453e079195a342 parent b7d0f297c3a6984327f808eb60af177078e5c742 Author: default <nobody@localhost> Date: Tue, 17 Oct 2023 17:05:53 +0200 Version 2.42 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.42-dev" +#define VERSION "2.42" #define USER_AGENT "snac/" VERSION