File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ endif()
58
58
59
59
execute_process (
60
60
COMMAND git log -1 --format=%H
61
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR }
61
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR }
62
62
OUTPUT_VARIABLE GIT_REVISION_C2A_CORE
63
63
OUTPUT_STRIP_TRAILING_WHITESPACE
64
64
)
65
65
execute_process (
66
66
COMMAND git log -1 --format=%h
67
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR }
67
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR }
68
68
OUTPUT_VARIABLE GIT_REVISION_C2A_CORE_SHORT
69
69
OUTPUT_STRIP_TRAILING_WHITESPACE
70
70
)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " c2a-core"
3
- version = " 3.9.0-beta.7 "
3
+ version = " 3.9.0-beta.8 "
4
4
edition = " 2021"
5
5
6
6
links = " c2a-core"
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ endif()
41
41
42
42
execute_process (
43
43
COMMAND git log -1 --format=%H
44
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR }
44
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR }
45
45
OUTPUT_VARIABLE GIT_REVISION_C2A_USER
46
46
OUTPUT_STRIP_TRAILING_WHITESPACE
47
47
)
48
48
execute_process (
49
49
COMMAND git log -1 --format=%h
50
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR }
50
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR }
51
51
OUTPUT_VARIABLE GIT_REVISION_C2A_USER_SHORT
52
52
OUTPUT_STRIP_TRAILING_WHITESPACE
53
53
)
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ endif()
43
43
44
44
execute_process (
45
45
COMMAND git log -1 --format=%H
46
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR }
46
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR }
47
47
OUTPUT_VARIABLE GIT_REVISION_C2A_USER
48
48
OUTPUT_STRIP_TRAILING_WHITESPACE
49
49
)
50
50
execute_process (
51
51
COMMAND git log -1 --format=%h
52
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR }
52
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR }
53
53
OUTPUT_VARIABLE GIT_REVISION_C2A_USER_SHORT
54
54
OUTPUT_STRIP_TRAILING_WHITESPACE
55
55
)
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ void C2A_core_main(void);
10
10
#define C2A_CORE_VER_MAJOR (3)
11
11
#define C2A_CORE_VER_MINOR (9)
12
12
#define C2A_CORE_VER_PATCH (0)
13
- #define C2A_CORE_VER_PRE ("beta.7 ")
13
+ #define C2A_CORE_VER_PRE ("beta.8 ")
14
14
15
15
#endif
You can’t perform that action at this time.
0 commit comments