snac2

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

commit 67fbc6816b7bf22ecf9c93e1f42700e409b3b21c
parent 85bf3472b79e73428b0394e75fc41b35109a6cbb
Author: default <nobody@localhost>
Date:   Mon,  5 Feb 2024 19:20:27 +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.46" +#define VERSION "2.47-dev" #define USER_AGENT "snac/" VERSION