commit fbd30cf6d343651c53d5761b94fdaa04b867f416 parent d0e08277dad5d9a4d3f148653a01b0e72e036730 Author: default <nobody@localhost> Date: Fri, 28 Apr 2023 09:25:54 +0200 Version 2.29 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.29-dev" +#define VERSION "2.29" #define USER_AGENT "snac/" VERSION