snac2

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

commit d50e99491c68b264db3e0d790ffc9845bb0ae365
parent c0333ea0c84e544c84dafcab48dbaa595d6d34b1
Author: default <nobody@localhost>
Date:   Tue, 18 Jun 2024 06:41:11 +0200

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