diff options
author | default <nobody@localhost> | 2022-12-04 06:43:46 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-04 06:43:46 +0100 |
commit | 70d1cf784a18432edf38fd40c1c678f7812ddd45 (patch) | |
tree | d44600abfd92d6d714d256dccda7885110691aca | |
parent | d02380794297c6207f0fde73b7971cd7166aba97 (diff) |
Version 2.13 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 grunfink - MIT license */ -#define VERSION "2.13-dev" +#define VERSION "2.13" #define USER_AGENT "snac/" VERSION |