snac2

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

commit 699702cd72046d1c613f9952ab310882710843b0
parent 14950d6954ea689c1225df8963372d9b5a2ba4ec
Author: default <nobody@localhost>
Date:   Sun,  7 May 2023 09:38:45 +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 - 2023 grunfink / MIT license */ -#define VERSION "2.30" +#define VERSION "2.31-dev" #define USER_AGENT "snac/" VERSION