snac2

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

commit c00a544b76d6718ea5331464a62d2e19158e9692
parent 2896cb20d909f5aeaa1945dce78d6a5f7c35b66c
Author: default <nobody@localhost>
Date:   Tue, 23 Jan 2024 16:26:16 +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.45" +#define VERSION "2.46-dev" #define USER_AGENT "snac/" VERSION