diff options
author | default <nobody@localhost> | 2024-03-22 10:00:12 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-22 10:00:12 +0100 |
commit | 38110ae072a56098351652fee589b5db8b9baa0c (patch) | |
tree | ff503eebb7c886913231003ed458e5900245fdd0 /snac.h | |
parent | 2d2ee206407355a8207e3f556bb7980cce57bb45 (diff) |
Version 2.50 RELEASED.
Diffstat (limited to 'snac.h')
-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.50-dev" +#define VERSION "2.50" #define USER_AGENT "snac/" VERSION |