diff options
| author | default <nobody@localhost> | 2024-09-06 09:33:59 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-06 09:33:59 +0200 |
| commit | 97c4af001b800c6195076ad50eb969e20f484262 (patch) | |
| tree | 334cf98f74720e5378aa653bd1888a5bb1b81f56 /snac.h | |
| parent | acb3f92ef4be5cb3dde371a0ae3d10d9ef6ac665 (diff) | |
New checkbox in html_note() for marking a post as a draft.
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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.58" +#define VERSION "2.59-dev" #define USER_AGENT "snac/" VERSION |