snac2

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

commit 7e07b0192ca988dee56d5df0f6ea5f9fa796a762
parent fb4d1f0b9c8f2dde0a6d654ca3fed7434df1527b
Author: default <nobody@localhost>
Date:   Sun,  4 Dec 2022 11:38:41 +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 grunfink - MIT license */ -#define VERSION "2.13" +#define VERSION "2.14-dev" #define USER_AGENT "snac/" VERSION