snac2

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

commit 5163f93c028bead0bd6d84f75b5df33c41973aba
parent 756e8cb2a7936acea6f6f26580c8d632ab30d70f
Author: default <nobody@localhost>
Date:   Fri, 27 Jan 2023 18:31: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 - 2023 grunfink / MIT license */ -#define VERSION "2.19" +#define VERSION "2.20-dev" #define USER_AGENT "snac/" VERSION