snac2

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

commit 69dbacda27877968be5ca070c3782317d11e9c75
parent b320147edb2b5f904d9017b6a8f9a7356ca6cae3
Author: default <nobody@localhost>
Date:   Fri, 18 Aug 2023 18:34:29 +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 et al. / MIT license */ -#define VERSION "2.40" +#define VERSION "2.41-dev" #define USER_AGENT "snac/" VERSION