snac2

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

commit abd56da2ba551af29794270a6e0435dc8e1c8d03
parent 913231d5c017ceaa5a6bc067fb14034daabbb519
Author: default <nobody@localhost>
Date:   Tue, 27 Dec 2022 10:36:21 +0100

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