snac2

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

commit 36c65389273bcc100e909481da065d1bfdcbe5f1
parent f7860a921c59367bb5b45be90f41bc21094f093b
Author: default <nobody@localhost>
Date:   Mon, 11 Nov 2024 19:56:42 +0100

Bumped version (I forgot to do it several commits ago 🤦).

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.62" +#define VERSION "2.63-dev" #define USER_AGENT "snac/" VERSION