diff options
author | Yonle <yonle@lecturify.net> | 2023-07-24 22:56:18 +0700 |
---|---|---|
committer | Yonle <yonle@lecturify.net> | 2023-07-24 22:56:18 +0700 |
commit | 25bb8f0dd2c934d98f7f7e78514939a0256fc764 (patch) | |
tree | 5fd03e833a7676876c94406e3a0ca52f7933b1fa /snac.h | |
parent | 34963e0abcea1189a0bf5eec5695549c0c8bb183 (diff) |
Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.
Signed-off-by: Yonle <yonle@lecturify.net>
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.39-dev" +#define VERSION "2.38" #define USER_AGENT "snac/" VERSION |