commit ba787061d8b4162020ea49fc221691af87408373 parent 9da3149a5d033674c84c3ef92b7839635c619f5e Author: default <nobody@localhost> Date: Wed, 8 Mar 2023 20:17:33 +0100 Version 2.25 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 / MIT license */ -#define VERSION "2.25-dev" +#define VERSION "2.25" #define USER_AGENT "snac/" VERSION