commit abb4f16c71bd4ecb3bc25815dbbc2d8c3ba3b4ca parent 887b9ae1764f78b772cc5b13578614bf0336176e Author: default <nobody@localhost> Date: Tue, 9 Apr 2024 06:33:49 +0200 Bumped version. 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.51" +#define VERSION "2.52-dev" #define USER_AGENT "snac/" VERSION