diff options
author | default <nobody@localhost> | 2023-06-15 18:28:24 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-15 18:28:24 +0200 |
commit | 57761020b71161fbed85079e349b8d222d931042 (patch) | |
tree | 550ac2db19a3659be2444ca55d643ffdef275763 | |
parent | ded12dcf52834b8d7a5c807b2037398f01f6e4b2 (diff) |
Version 2.35 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.35-dev" +#define VERSION "2.35" #define USER_AGENT "snac/" VERSION |