diff options
author | default <nobody@localhost> | 2023-03-08 20:17:33 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-08 20:17:33 +0100 |
commit | ba787061d8b4162020ea49fc221691af87408373 (patch) | |
tree | a9122ccdf5686d737cd047496db69b5670673b3c | |
parent | 9da3149a5d033674c84c3ef92b7839635c619f5e (diff) |
Version 2.25 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 - 2023 grunfink / MIT license */ -#define VERSION "2.25-dev" +#define VERSION "2.25" #define USER_AGENT "snac/" VERSION |