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 fa17a6c commit 6e13516Copy full SHA for 6e13516
arraydeque.c
@@ -6,7 +6,7 @@
6
If ARRAYDEQUE_VERSION is already defined (for example via a compiler flag),
7
we won’t override it. */
8
#ifndef ARRAYDEQUE_VERSION
9
-#define ARRAYDEQUE_VERSION "1.1.0"
+#define ARRAYDEQUE_VERSION "1.1.1"
10
#endif
11
12
/* The ArrayDeque object structure.
0 commit comments