diff options
| author | default <nobody@localhost> | 2023-01-25 18:39:30 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-01-25 18:39:30 +0100 |
| commit | 28e1eb2586cec48104107c6bf95d1aca800607ce (patch) | |
| tree | bcc971b153488e6a38b1a009bd27e20cdbb8f479 | |
| parent | 0756fc6d9a952df980301a6316ed1a858b17facb (diff) | |
Version 2.19 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.19-dev" +#define VERSION "2.19" #define USER_AGENT "snac/" VERSION |