commit 57761020b71161fbed85079e349b8d222d931042 parent ded12dcf52834b8d7a5c807b2037398f01f6e4b2 Author: default <nobody@localhost> Date: Thu, 15 Jun 2023 18:28:24 +0200 Version 2.35 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.35-dev" +#define VERSION "2.35" #define USER_AGENT "snac/" VERSION