commit 6f2afe1ecb01ff3ff8d6f9e297ed02e0d42f8b93 parent f942acf3e987989b4898ee43b00685092127399e Author: default <nobody@localhost> Date: Tue, 4 Feb 2025 15:07:17 +0100 Version 2.71 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 - 2025 grunfink et al. / MIT license */ -#define VERSION "2.71-dev" +#define VERSION "2.71" #define USER_AGENT "snac/" VERSION