diff options
| author | 2022-11-23 15:46:43 +0100 | |
|---|---|---|
| committer | 2022-11-23 15:46:43 +0100 | |
| commit | 2a5f10583b98cbf9aa094a244c021c8fee9e905e (patch) | |
| tree | f7e8e0fecf754956ca51c21ddd6ca2060cb570a0 /snac.h | |
| parent | Disabled call to object_add() from actor_add() temporarily. (diff) | |
| download | penes-snac2-2.12.tar.gz penes-snac2-2.12.tar.xz penes-snac2-2.12.zip | |
Version 2.12 RELEASED.2.12
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* snac - A simple, minimalistic ActivityPub instance */ | 1 | /* snac - A simple, minimalistic ActivityPub instance */ |
| 2 | /* copyright (c) 2022 grunfink - MIT license */ | 2 | /* copyright (c) 2022 grunfink - MIT license */ |
| 3 | 3 | ||
| 4 | #define VERSION "2.11" | 4 | #define VERSION "2.12" |
| 5 | 5 | ||
| 6 | #define USER_AGENT "snac/" VERSION | 6 | #define USER_AGENT "snac/" VERSION |
| 7 | 7 | ||