diff options
author | default <nobody@localhost> | 2023-02-19 12:36:49 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-19 12:36:49 +0100 |
commit | a3804c2c89482652b270f43d21e70eff63dc76d1 (patch) | |
tree | cd0e04f01dcd412e359e0a057e2eecfd6b165023 /snac.h | |
parent | 6be2942b3c971fc44a3418dd442477dffe2eb0d4 (diff) |
Version 2.23 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.23-dev" +#define VERSION "2.23" #define USER_AGENT "snac/" VERSION |