snac2

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

commit 50624547e4b3eb05b3ee0a185ef975fce3c8e19a
parent ec1ee8a1378bae7db3aa218c4f140d95f9f9f7a7
Author: default <nobody@localhost>
Date:   Sat, 27 May 2023 19:37:47 +0200

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