snac2

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

commit 6b632e1ee9450f12c51442264e402753f8dfe325
parent 049818a9042ce1da23e6fe3c41f776b1470e7cc4
Author: default <nobody@localhost>
Date:   Sun, 30 Apr 2023 06:01:08 +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 - 2023 grunfink / MIT license */ -#define VERSION "2.29" +#define VERSION "2.30-dev" #define USER_AGENT "snac/" VERSION