diff options
author | default <nobody@localhost> | 2023-01-04 09:41:02 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-04 09:41:02 +0100 |
commit | 47e6e4732334174c5d73c337f9f9b6194c4e5607 (patch) | |
tree | 000984312b6bddd5ad8abccc26ebf00741dab8b0 /snac.h | |
parent | 845df51686c863aaef73f8603cdaf0f9c61079cb (diff) |
The purge ttl for stray global objects have been shortened.
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 grunfink - MIT license */ -#define VERSION "2.17" +#define VERSION "2.18-dev" #define USER_AGENT "snac/" VERSION |