diff options
author | default <nobody@localhost> | 2023-05-07 08:54:54 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-07 08:54:54 +0200 |
commit | 6a1cc55676eaf18ecadb42b86474aaef73cf9805 (patch) | |
tree | 68e5a09d135adc5cf7704a01222a95126862e31a /snac.h | |
parent | 51d225dde0d2f5242a781e7c3405cff8bb1c507c (diff) |
Version 2.30 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.30-dev" +#define VERSION "2.30" #define USER_AGENT "snac/" VERSION |