diff options
| author | default <nobody@localhost> | 2024-12-22 09:36:48 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-12-22 09:36:48 +0100 |
| commit | 89a8c2e0cc4fcd1f9450dfeb13bf5d83730c52ae (patch) | |
| tree | bbbdb7134045c29ba22a1f6fe00fd4d3779ef04c | |
| parent | bba997c11aae9d81a07ca4457499a387e8d7c3c1 (diff) | |
Version 2.67 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.67-dev" +#define VERSION "2.67" #define USER_AGENT "snac/" VERSION |