snac2

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

commit 1b1cb2dc384df37b753e1df65e995b81b341ff34
parent 5be22394675bff99cae673251696f8d0ce8ce0de
Author: default <nobody@localhost>
Date:   Fri, 16 Jun 2023 09:26:17 +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.35" +#define VERSION "2.36-dev" #define USER_AGENT "snac/" VERSION