summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-08-30 11:15:17 +0200
committerGravatar default2023-08-30 11:15:17 +0200
commit9279708af9610a071048b14f3f6496f8fc5815db (patch)
treecb682c14b293f7a983d7a6fe6f14bd93c98aa873
parentMinor tweak to avoid possible undefined behaviour. (diff)
downloadsnac2-2.41.tar.gz
snac2-2.41.tar.xz
snac2-2.41.zip
Version 2.41 RELEASED.2.41
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 547b8b0..2e5935a 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 et al. / MIT license */ 2/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */
3 3
4#define VERSION "2.41-dev" 4#define VERSION "2.41"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7