summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-01-10 15:11:03 +0100
committerGravatar default2024-01-10 15:11:03 +0100
commit1d3157f4961cd1ef57c361d84988112bebe6eeda (patch)
tree0e3fc0e4d2a06a40946a992ff1440db4997a762f
parentUpdated RELEASE_NOTES. (diff)
downloadpenes-snac2-2.44.tar.gz
penes-snac2-2.44.tar.xz
penes-snac2-2.44.zip
Version 2.44 RELEASED.2.44
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 90be7e1..3fc6d50 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 - 2024 grunfink et al. / MIT license */ 2/* copyright (c) 2022 - 2024 grunfink et al. / MIT license */
3 3
4#define VERSION "2.44-dev" 4#define VERSION "2.44"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7