diff options
| author | default <nobody@localhost> | 2025-01-09 19:21:06 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-09 19:21:06 +0100 |
| commit | 41cb63c936e1520def842f381334397a572bc1cd (patch) | |
| tree | fdd6119870ccfe91edbd1e58b4354f71ca993d67 /snac.h | |
| parent | 12fcc053b5bfd2c978ae6daf4a61922249b8e251 (diff) | |
Added some actor object caching.
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 - 2025 grunfink et al. / MIT license */ -#define VERSION "2.68" +#define VERSION "2.69-dev" #define USER_AGENT "snac/" VERSION |