snac2

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

commit 70d1cf784a18432edf38fd40c1c678f7812ddd45
parent d02380794297c6207f0fde73b7971cd7166aba97
Author: default <nobody@localhost>
Date:   Sun,  4 Dec 2022 06:43:46 +0100

Version 2.13 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 grunfink - MIT license */ -#define VERSION "2.13-dev" +#define VERSION "2.13" #define USER_AGENT "snac/" VERSION