snac2

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

commit ac50a77abd50d2a6f343410210559ddcca7df03b
parent 6a7007e381a37521846ef94aea91d0b961a2abbb
Author: default <nobody@localhost>
Date:   Thu, 15 Dec 2022 11:06:49 +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 grunfink - MIT license */ -#define VERSION "2.15" +#define VERSION "2.16-dev" #define USER_AGENT "snac/" VERSION