diff options
author | default <nobody@localhost> | 2023-05-13 16:56:06 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-13 16:56:06 +0200 |
commit | 47ce73553fda4495755e6a124480f18fb48686fc (patch) | |
tree | ac4feedb54aa68b72a44fd368d21f64d5e151e00 /snac.h | |
parent | 6b597ffdb44a5fce7a7da6b5613f0607de483f99 (diff) |
Version 2.31 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 - 2023 grunfink / MIT license */ -#define VERSION "2.31-dev" +#define VERSION "2.31" #define USER_AGENT "snac/" VERSION |