snac2

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

commit 3f7ff1233114764e55ca4f1e89e25b808537784b
parent 01376cd0a9f4973be67eb70eaa24accbffa3819a
Author: default <nobody@localhost>
Date:   Sat, 14 Jan 2023 18:16:25 +0100

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