We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3532523 commit bec9743Copy full SHA for bec9743
1 file changed
src/include/otezip/config.h
@@ -4,8 +4,8 @@
4
#define OTEZIP_CONFIG_H
5
6
#define OTEZIP_VERSION_MAJOR 0
7
-#define OTEZIP_VERSION_MINOR 4
8
-#define OTEZIP_VERSION_PATCH 8
+#define OTEZIP_VERSION_MINOR 5
+#define OTEZIP_VERSION_PATCH 0
9
10
#define OTEZIP_STRINGIFY(x) #x
11
#define OTEZIP_TOSTRING(x) OTEZIP_STRINGIFY(x)
0 commit comments