snac2

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

commit a0d98f3d2ad06571983caa155e1bbd8b2012fbb3
parent 32646aa786851ecaed7121f31afaf6df2d5eeb16
Author: default <nobody@localhost>
Date:   Sat, 11 May 2024 09:37:34 +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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.52" +#define VERSION "2.53-dev" #define USER_AGENT "snac/" VERSION