snac2

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

commit ea4dd9bed79a517ff38aca4a845194e1dd9a715e
parent 30e6125b7d84fe740aac72d52524756e95c0a278
Author: default <nobody@localhost>
Date:   Mon,  4 Mar 2024 18:40:58 +0100

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