snac2

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

commit d1d9e1397e6d7ee182316bbbb1dd0b1b9788b36f
parent be9104783e75548195ec9f9661d4a3365d300f85
Author: default <nobody@localhost>
Date:   Tue,  4 Feb 2025 17:11:43 +0100

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 - 2025 grunfink et al. / MIT license */ -#define VERSION "2.71" +#define VERSION "2.72-dev" #define USER_AGENT "snac/" VERSION