snac2

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

commit 987f1d288b308efac6d4c163339c663df76c4d6e
parent d53d9af2bea8c023319a56d6e3d60d38826f8708
Author: default <nobody@localhost>
Date:   Thu,  2 Mar 2023 09:30:23 +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.24" +#define VERSION "2.25-dev" #define USER_AGENT "snac/" VERSION