snac2

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

commit e751def762c320ad095b01e82868778838d0ac29
parent 7cb291c523fe6dfa274969a3187fce9b4007a556
Author: default <nobody@localhost>
Date:   Mon, 16 Sep 2024 09:36:07 +0200

Bumped development 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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.59" +#define VERSION "2.60-dev" #define USER_AGENT "snac/" VERSION