summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2020-02-03 15:48:36 +0000
committerWill Thompson <will@willthompson.co.uk>2020-02-03 15:48:36 +0000
commitf2a8f74f987598ddf3ca434f0419b6f575491827 (patch)
tree34d54827cff1da87fee17af4456e84c2c3a671f3
parent27ac836202028d1a9e4f18fff21d10aff802b04b (diff)
parent4fda112f8b6c9ad5278e6bb7a027513d527d58eb (diff)
Merge branch 'pcap-monitor-fix' into 'master'
pcap-monitor: Fix build error See merge request bustle/bustle!16
-rw-r--r--c-sources/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-sources/config.h b/c-sources/config.h
index 42748f9..ddaa35b 100644
--- a/c-sources/config.h
+++ b/c-sources/config.h
@@ -19,7 +19,7 @@
#ifndef BUSTLE_CONFIG_H
#define BUSTLE_CONFIG_H
-#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_54
-#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_54
+#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_56
+#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_56
#endif /* BUSTLE_CONFIG_H */