snac2

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

commit 2f4e7a21dc7fc2096b37179a677c1a765409cb51
parent f58642b4396f1433f270f15a2a19e50e08179be4
Author: default <nobody@localhost>
Date:   Tue, 11 Feb 2025 18:53:36 +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.72" +#define VERSION "2.73-dev" #define USER_AGENT "snac/" VERSION