Skip to content

Commit d85a7a6

Browse files
author
Timo Bruderek
committed
Release 0.3.4
1 parent 1536ab8 commit d85a7a6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.grenrc.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#define VERSION_MAJOR '0'
2121
#define VERSION_MINOR '3'
22-
#define VERSION_RELEASE '3'
22+
#define VERSION_RELEASE '4'
2323

2424
#ifndef VERSION_GIT
2525
#error "git version not known !!"

0 commit comments

Comments
 (0)