snac2

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

commit e95d422be315bfa9779997772a41769a9d9b7047
parent f67ac2517c1b72e56dedf195070bde226d64f0a6
Author: default <nobody@localhost>
Date:   Mon, 24 Jul 2023 13:36:42 +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.38" +#define VERSION "2.39-dev" #define USER_AGENT "snac/" VERSION