snac2

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

commit 6fb0b9c0d07aff98626b9fbee4c28e050fe4acc3
parent 21400ca13a15d136dc083506264efd54adff16bd
Author: default <nobody@localhost>
Date:   Sat, 23 Mar 2024 07:51:10 +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.50" +#define VERSION "2.51-dev" #define USER_AGENT "snac/" VERSION