snac2

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

commit 117244e16936840a8abdf4c07d33ec0b50f7d7d2
parent 0d95692d4606d66c1bd194d36001e0c93c940ae7
Author: grunfink <grunfink@comam.es>
Date:   Mon, 26 May 2025 07:28:00 +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 - 2025 grunfink et al. / MIT license */ -#define VERSION "2.77" +#define VERSION "2.78-dev" #define USER_AGENT "snac/" VERSION