diff options
author | default <nobody@localhost> | 2023-02-10 14:02:50 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-10 14:02:50 +0100 |
commit | f4d337c549dace97e772a0b654815de48845c859 (patch) | |
tree | 7bf601fbf62cbb68eaa89047b8dcf538aa73422c | |
parent | 381129fb2528ae7eb0cef9efda4a462126f6bab0 (diff) |
Version 2.21 RELEASED.
-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.21-dev" +#define VERSION "2.21" #define USER_AGENT "snac/" VERSION |