snac2

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

commit c562a4531c438b4848f569d2c3901708b7bbce43
parent f2e0b7747813445138d5b65363fd3a74c7a2454a
Author: default <nobody@localhost>
Date:   Sat,  8 Jul 2023 09:58:01 +0200

Bumper 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.36" +#define VERSION "2.37-dev" #define USER_AGENT "snac/" VERSION