diff options
author | default <nobody@localhost> | 2023-06-03 18:18:47 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-03 18:18:47 +0200 |
commit | c69d0c1878b7cfbd22e3bab6d2f7469fce7d5d8c (patch) | |
tree | 29538ed1ebebba20db4fe157b1fecc6fb628f980 | |
parent | 6564ad428765dd4dd0db77154c9c38a9bc6ac9c4 (diff) |
Version 2.34 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.34-dev" +#define VERSION "2.34" #define USER_AGENT "snac/" VERSION |