snac2

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

commit 24d8ead64cf6af30b1b848220ff0ec4871358920
parent 6cd3e768908e99c9bfb5d4f896b9765a477e4214
Author: default <nobody@localhost>
Date:   Tue, 17 Oct 2023 20:02:23 +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 et al. / MIT license */ -#define VERSION "2.42" +#define VERSION "2.43-dev" #define USER_AGENT "snac/" VERSION