snac2

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

commit 27bc74ab5c84b631bd438fd2bfff9c0ef5f000b0
parent f1f3e3b11631f0075597ff93f7b4775f3403d48e
Author: default <nobody@localhost>
Date:   Mon, 20 Feb 2023 06:01:19 +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 - 2023 grunfink / MIT license */ -#define VERSION "2.23" +#define VERSION "2.24-dev" #define USER_AGENT "snac/" VERSION