diff options
| author | default <nobody@localhost> | 2024-11-26 17:15:54 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-26 17:15:54 +0100 |
| commit | 22d05cded1f1cb23b90ded9f9c1ad24b02718c2b (patch) | |
| tree | c7c80ba6189b755fd8d54b37287c5cbb6a4df4d6 | |
| parent | fa5672941d9416fae4920ee813001c1d48a86533 (diff) | |
Version 2.65 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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.65-dev" +#define VERSION "2.65" #define USER_AGENT "snac/" VERSION |