commit f942acf3e987989b4898ee43b00685092127399e parent e1e4c0ca1ade524eb6d2585215c0b028ffaf5a8b Author: default <nobody@localhost> Date: Tue, 4 Feb 2025 13:57:19 +0100 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 - 2025 grunfink et al. / MIT license */ -#define VERSION "2.70" +#define VERSION "2.71-dev" #define USER_AGENT "snac/" VERSION