diff options
author | default <nobody@localhost> | 2023-04-05 23:23:19 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-05 23:23:19 +0200 |
commit | 5d26f31a8abc3083a22390f6bac99861a5bca77e (patch) | |
tree | 5eca7799bc509daef48aade0aa9a049f124c443e /snac.h | |
parent | 1cdd6d19960c2e448de43eec85f4c4f87776459f (diff) |
Fixed overzealous rejection of Announces.
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 - 2023 grunfink / MIT license */ -#define VERSION "2.26" +#define VERSION "2.27-dev" #define USER_AGENT "snac/" VERSION |