commit 99529a9874513d7e52aa2f9d33bac13f71000758 parent 7ec54e2a80ce97ecdab1455a9330418c9cf94de4 Author: default <nobody@localhost> Date: Sun, 23 Apr 2023 03:29:54 +0200 Version 2.28 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.28-dev" +#define VERSION "2.28" #define USER_AGENT "snac/" VERSION