snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit ecdb7f543790b69f49a0621a881f60f39850f5a9
parent 50f249a92658e6cfe2aff12e3774a16103ae0663
Author: default <nobody@localhost>
Date:   Thu, 18 May 2023 16:33:19 +0200

Version 2.32 RELEASED.

Diffstat:
Msnac.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.32-dev" +#define VERSION "2.32" #define USER_AGENT "snac/" VERSION