snac2

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

commit c5ae10af862d3c76c79e848fc4dbe69f80cfc214
parent 7df69f8f1288290a8b948f33ac2368aa456b999e
Author: default <nobody@localhost>
Date:   Tue,  7 May 2024 10:24:38 +0200

Version 2.52 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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.52-dev" +#define VERSION "2.52" #define USER_AGENT "snac/" VERSION