commit 033f6909eb1f77724ed95d7e1a44d1d138455f2b parent 2bea378610c6402f201a9b01b9d22c19ceb2a215 Author: default <nobody@localhost> Date: Wed, 16 Aug 2023 08:25:59 +0200 Version 2.40 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.40-dev" +#define VERSION "2.40" #define USER_AGENT "snac/" VERSION