diff options
author | default <nobody@localhost> | 2023-04-05 09:19:51 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-05 09:19:51 +0200 |
commit | 1cdd6d19960c2e448de43eec85f4c4f87776459f (patch) | |
tree | 39a8a72ee69c13502f5b8c087aa56b4e5ce67479 | |
parent | 14cbf124f9372490c4ad32f79d5af6d90a1b9f66 (diff) |
Version 2.26 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.26-dev" +#define VERSION "2.26" #define USER_AGENT "snac/" VERSION |