Skip to content

Commit 3c9e01e

Browse files
committed
Bump version to 1.2.3
1 parent d4e4f54 commit 3c9e01e

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

1010
/* The ArrayDeque object structure.

0 commit comments

Comments
 (0)