aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_protocol_version_minor.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
committerMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
commit4a968d807d2ec611f443d704ae875911894c04e2 (patch)
treea7c1d4f178842bb6971c7a4b2c159049df794dd0 /libaxl_protocol_version_minor.c
parentFix struct for ClientMessage event (diff)
downloadlibaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.gz
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.bz2
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.xz
A few things
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl_protocol_version_minor.c')
-rw-r--r--libaxl_protocol_version_minor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl_protocol_version_minor.c b/libaxl_protocol_version_minor.c
index de1e688..f5bc27a 100644
--- a/libaxl_protocol_version_minor.c
+++ b/libaxl_protocol_version_minor.c
@@ -4,5 +4,5 @@
int
libaxl_protocol_version_minor(void)
{
- return LIBAXL_PROTOCOL_MINOR;
+ return LIBAXL_PROTOCOL_VERSION_MINOR;
}