diff options
author | default <nobody@localhost> | 2023-02-05 19:09:22 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-05 19:09:22 +0100 |
commit | 70c73d03363e890c4d7f85287fa7624160b1c352 (patch) | |
tree | 1af3c8c37688152875f857c6ae664d8104ad2768 /snac.h | |
parent | 143c73500bb2a528f2a124e0a5ca34259a44bf05 (diff) |
New user option 'purge_days'.
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.20" +#define VERSION "2.21-dev" #define USER_AGENT "snac/" VERSION |