We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1536ab8 commit d85a7a6Copy full SHA for d85a7a6
.grenrc.js
@@ -0,0 +1,11 @@
1
+module.exports = {
2
+ "ignoreIssuesWith": [
3
+ "duplicate",
4
+ "wontfix",
5
+ "invalid",
6
+ "help wanted"
7
+ ],
8
+ "prefix": "Release V",
9
+ "dataSource": "commits",
10
+ "draft": true
11
+};
version.h
@@ -19,7 +19,7 @@
19
20
#define VERSION_MAJOR '0'
21
#define VERSION_MINOR '3'
22
-#define VERSION_RELEASE '3'
+#define VERSION_RELEASE '4'
23
24
#ifndef VERSION_GIT
25
#error "git version not known !!"
0 commit comments