snac2

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

commit 9279708af9610a071048b14f3f6496f8fc5815db
parent 442ba99ada4c0d765ba4f2724ba525d156c637f9
Author: default <nobody@localhost>
Date:   Wed, 30 Aug 2023 11:15:17 +0200

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