diff options
author | default <nobody@localhost> | 2023-02-04 19:58:00 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-04 19:58:00 +0100 |
commit | 11c7d6ebff356f28708afd3e591fe2176c063110 (patch) | |
tree | 10e277801575b03f1d16c4624dc0ba5fe282969d /snac.h | |
parent | 7dd3c8aa804f1cdf213f7d4f433022bfe0d077c9 (diff) |
Version 2.20 RELEASED.
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-dev" +#define VERSION "2.20" #define USER_AGENT "snac/" VERSION |