snac2

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

commit c2f5748a9d461f8e8b97a777a557e1106478e413
parent cb44135af7ae2cdc8497afbb1d523f4872dc0924
Author: default <nobody@localhost>
Date:   Thu, 13 Apr 2023 10:07:24 +0200

Version 2.27 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.27-dev" +#define VERSION "2.27" #define USER_AGENT "snac/" VERSION