Skip to content

Commit 0615e1f

Browse files
committed
fixing configuration of actions
1 parent c8970c8 commit 0615e1f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- dev
7+
- dev-remove-gitsubmods
78
- main
89
- actions
910
- make-tweaks

version.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 10
44
#define _VERSION_PATCH 1
5-
#define _VERSION_BUILD 2042
6-
#define _VERSION_GITHASH "6cc0dde"
5+
#define _VERSION_BUILD 2043
6+
#define _VERSION_GITHASH "c8970c8"
77
#define _VERSION_PRERELEASE beta
8-
#define _VERSION_DATE "10-02-2023"
9-
#define _VERSION_TIME "21:11:23"
8+
#define _VERSION_DATE "11-02-2023"
9+
#define _VERSION_TIME "01:21:13"
1010
#define _SEMVER_CORE "0.10.1"
11-
#define _SEMVER_BUILD "0.10.1+2042"
12-
#define _SEMVER_GITHASH "0.10.1+6cc0dde"
13-
#define _SEMVER_FULL "0.10.1-beta+6cc0dde"
14-
#define _SEMVER_NOBUILD "0.10.1-beta (10-02-2023)"
15-
#define _VERSION "0.10.1-beta+6cc0dde (10-02-2023)"
11+
#define _SEMVER_BUILD "0.10.1+2043"
12+
#define _SEMVER_GITHASH "0.10.1+c8970c8"
13+
#define _SEMVER_FULL "0.10.1-beta+c8970c8"
14+
#define _SEMVER_NOBUILD "0.10.1-beta (11-02-2023)"
15+
#define _VERSION "0.10.1-beta+c8970c8 (11-02-2023)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)