diff options
| author | default <nobody@localhost> | 2024-11-14 15:18:11 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-14 15:18:11 +0100 |
| commit | 6a22a583fe3d0b01a66d52e90a8dd3e5fe66ab68 (patch) | |
| tree | 0377e31acf44292e75c829fb9ddfd385ca799581 | |
| parent | 07f1231b07159759b83fec4c607e3265f6f5acb5 (diff) | |
Version 2.63 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.63-dev" +#define VERSION "2.63" #define USER_AGENT "snac/" VERSION |