snac2

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

commit f72fbce22d6362e52dee7b6b3f5af78393791605
parent 7f6047268e915a3d8fac07103445d6e3fcc7ecc0
Author: default <nobody@localhost>
Date:   Wed,  1 Jan 2025 14:12:45 +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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.67" +#define VERSION "2.68-dev" #define USER_AGENT "snac/" VERSION