snac2

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

commit 2ab5b017b64584b2040dfa1d5ce5a2fb30a9d4ac
parent 49362f54049a357e52cd6c57d2aa20d33add3307
Author: default <nobody@localhost>
Date:   Sun, 21 May 2023 20:33:20 +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.32" +#define VERSION "2.33-dev" #define USER_AGENT "snac/" VERSION