diff options
author | default <nobody@localhost> | 2024-09-05 16:24:11 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-09-05 16:24:11 +0200 |
commit | acb3f92ef4be5cb3dde371a0ae3d10d9ef6ac665 (patch) | |
tree | f97914ebfe89b5a3c3a441e0ec52acc387f65c7d | |
parent | c724fab7a8377e504adc228d4dca9ba2d0a11293 (diff) |
-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.58-dev" +#define VERSION "2.58" #define USER_AGENT "snac/" VERSION |