snac2

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

commit cb9e82acf77e84c4c992a37b98bb887631455039
parent 8de4987a3e49a3975707aad3c71d0b52c5771ccf
Author: default <nobody@localhost>
Date:   Sat, 25 Feb 2023 18:17:51 +0100

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