Skip to content

Commit 8e4f087

Browse files
committed
Bump version to 1.2.6
1 parent 39a4e91 commit 8e4f087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arraydeque.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stddef.h> /* for offsetof */
55

66
#ifndef ARRAYDEQUE_VERSION
7-
#define ARRAYDEQUE_VERSION "1.2.5"
7+
#define ARRAYDEQUE_VERSION "1.2.6"
88
#endif
99

1010
/* The ArrayDeque object structure. */

0 commit comments

Comments
 (0)