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