snac2

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

commit 03251e6fb9c4ba113074a7f353595dc9882d25d1
parent 865be6601e90338430093e58be600799386ee681
Author: default <nobody@localhost>
Date:   Wed, 21 Dec 2022 10:28:29 +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.16" +#define VERSION "2.17-dev" #define USER_AGENT "snac/" VERSION