snac2

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

commit e026c2b82edd224fab435ffcb4d007f888fd634f
parent 44130a02c1f9c0f68b8599c04d73ed31fb669b9e
Author: default <nobody@localhost>
Date:   Sat,  8 Jun 2024 12:32:02 +0200

Version 2.54 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.54-dev" +#define VERSION "2.54" #define USER_AGENT "snac/" VERSION