commit 66e34b3a4375cf25cb100592250042d8fa505f7b parent bd0afd96859fdeb888202f7b4e1efa8f0a29331f Author: default <nobody@localhost> Date: Sun, 6 Aug 2023 06:48:45 +0200 Version 2.39 RELEASED. Diffstat:
M | snac.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 et al. / MIT license */ -#define VERSION "2.39-dev" +#define VERSION "2.39" #define USER_AGENT "snac/" VERSION