We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a4e91 commit 8e4f087Copy full SHA for 8e4f087
arraydeque.c
@@ -4,7 +4,7 @@
4
#include <stddef.h> /* for offsetof */
5
6
#ifndef ARRAYDEQUE_VERSION
7
-#define ARRAYDEQUE_VERSION "1.2.5"
+#define ARRAYDEQUE_VERSION "1.2.6"
8
#endif
9
10
/* The ArrayDeque object structure. */
0 commit comments