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 f55d6b1 commit 4e75e71Copy full SHA for 4e75e71
arraydeque.c
@@ -4,7 +4,7 @@
4
#include <stddef.h> /* for offsetof */
5
6
#ifndef ARRAYDEQUE_VERSION
7
-#define ARRAYDEQUE_VERSION "1.2.4"
+#define ARRAYDEQUE_VERSION "1.2.5"
8
#endif
9
10
/* The ArrayDeque object structure. */
0 commit comments