We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee6477 commit f76ef30Copy full SHA for f76ef30
1 file changed
src/version.h
@@ -4,8 +4,8 @@
4
// TODO: generate this with CMake from Git
5
6
#define KCC_VERSION_HI 4
7
-#define KCC_VERSION_LO 0
8
-#define KCC_VERSION_P 4
9
-#define KCC_VERSION_STR "4.0.4"
+#define KCC_VERSION_LO 1
+#define KCC_VERSION_P 0
+#define KCC_VERSION_STR "4.1.0"
10
11
#endif
0 commit comments