diff options
author | default <nobody@localhost> | 2024-01-18 19:54:49 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-01-18 19:54:49 +0100 |
commit | 02998ebb59fed4ab3733170e5dc72344513deb5e (patch) | |
tree | fa4b8fe1f112bc9706123ef40833908f5d200c7a | |
parent | 40ff2a75385bb9d2bd6f65ae9b0309329b131efb (diff) |
Version 2.45 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.45-dev" +#define VERSION "2.45" #define USER_AGENT "snac/" VERSION |