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