snac2

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

commit b1e9a005226643309842323d6e10ec64fd5b50b4
parent d32141eb224e67c77797ea8d97b47fce75d33f2d
Author: default <nobody@localhost>
Date:   Wed,  6 Sep 2023 14:33:51 +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.41" +#define VERSION "2.42-dev" #define USER_AGENT "snac/" VERSION