snac2

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

commit 1cdd6d19960c2e448de43eec85f4c4f87776459f
parent 14cbf124f9372490c4ad32f79d5af6d90a1b9f66
Author: default <nobody@localhost>
Date:   Wed,  5 Apr 2023 09:19:51 +0200

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