diff options
| author | default <nobody@localhost> | 2023-05-18 16:33:19 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-05-18 16:33:19 +0200 |
| commit | ecdb7f543790b69f49a0621a881f60f39850f5a9 (patch) | |
| tree | 114570f5a547b46066ec9f811e0d3ccdf2f5211f | |
| parent | 50f249a92658e6cfe2aff12e3774a16103ae0663 (diff) | |
Version 2.32 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.32-dev" +#define VERSION "2.32" #define USER_AGENT "snac/" VERSION |