diff options
author | default <nobody@localhost> | 2024-02-28 15:16:28 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-28 15:16:28 +0100 |
commit | 91207fbe39c97e46efee463686d60343ec9a4da9 (patch) | |
tree | 686b552848ec78bc77cba5a0a821130568de9fac /snac.h | |
parent | 99f486cec0eed26b4ac9788c6c8e8df4c8e3b333 (diff) |
mastoapi: fixed a bug in validated links.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.48" +#define VERSION "2.49-dev" #define USER_AGENT "snac/" VERSION |