commit 6a22a583fe3d0b01a66d52e90a8dd3e5fe66ab68 parent 07f1231b07159759b83fec4c607e3265f6f5acb5 Author: default <nobody@localhost> Date: Thu, 14 Nov 2024 15:18:11 +0100 Version 2.63 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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.63-dev" +#define VERSION "2.63" #define USER_AGENT "snac/" VERSION