Skip to content

Commit 4e75e71

Browse files
committed
Bump version to 1.2.5
1 parent f55d6b1 commit 4e75e71

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

1010
/* The ArrayDeque object structure. */

0 commit comments

Comments
 (0)