summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-02-19 12:36:49 +0100
committerGravatar default2023-02-19 12:36:49 +0100
commita3804c2c89482652b270f43d21e70eff63dc76d1 (patch)
treecd0e04f01dcd412e359e0a057e2eecfd6b165023
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-2.23.tar.gz
snac2-2.23.tar.xz
snac2-2.23.zip
Version 2.23 RELEASED.2.23
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index be205d2..5d99c9b 100644
--- a/snac.h
+++ b/snac.h
@@ -1,7 +1,7 @@
1/* snac - A simple, minimalistic ActivityPub instance */ 1/* snac - A simple, minimalistic ActivityPub instance */
2/* copyright (c) 2022 - 2023 grunfink / MIT license */ 2/* copyright (c) 2022 - 2023 grunfink / MIT license */
3 3
4#define VERSION "2.23-dev" 4#define VERSION "2.23"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7