snac2

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

commit c69d0c1878b7cfbd22e3bab6d2f7469fce7d5d8c
parent 6564ad428765dd4dd0db77154c9c38a9bc6ac9c4
Author: default <nobody@localhost>
Date:   Sat,  3 Jun 2023 18:18:47 +0200

Version 2.34 RELEASED.

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 - 2023 grunfink / MIT license */ -#define VERSION "2.34-dev" +#define VERSION "2.34" #define USER_AGENT "snac/" VERSION