Skip to content

Commit bc9500f

Browse files
committed
Bump version to 1.2.7
1 parent 8e4f087 commit bc9500f

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.6"
7+
#define ARRAYDEQUE_VERSION "1.2.7"
88
#endif
99

1010
/* The ArrayDeque object structure. */

0 commit comments

Comments
 (0)