snac2

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

commit 39d3f5b2c3a304928c0a214ee110922c14afc77a
parent 572c52f9fea21b81fbaae4c74adfab857f7924e4
Author: default <nobody@localhost>
Date:   Fri, 16 Feb 2024 05:28:32 +0100

Bumped version.

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.47" +#define VERSION "2.48-dev" #define USER_AGENT "snac/" VERSION