diff options
author | default <nobody@localhost> | 2024-06-08 12:32:02 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-06-08 12:32:02 +0200 |
commit | e026c2b82edd224fab435ffcb4d007f888fd634f (patch) | |
tree | 7a29b9e985eccc0b025a51db6d492ca6c55d49ca | |
parent | 44130a02c1f9c0f68b8599c04d73ed31fb669b9e (diff) |
Version 2.54 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.54-dev" +#define VERSION "2.54" #define USER_AGENT "snac/" VERSION |