File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ v3.0.2 - YYYY-MMM-DD
2
+ --------------------
3
+
4
+ - Fix lib version information while generating the .so file
5
+ [ ? ]
6
+
1
7
v3.0.1 - 2018-Apr-02
2
8
--------------------
3
9
Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ m4_define([msc_version_major], [MSC_MAJOR])
16
16
m4_define ( [ msc_version_minor] , [ MSC_MINOR] )
17
17
m4_define ( [ msc_version_patchlevel] , [ MSC_PATCHLEVEL] )
18
18
19
+ m4_define ( [ msc_version_c_plus_a] , [ m4_eval ( msc_version_major + msc_version_minor ) ] )
20
+
21
+
19
22
m4_define ( [ msc_version] ,
20
23
[ msc_version_major.msc_version_minor] )
21
24
22
25
m4_define ( [ msc_version_git] ,
23
26
[ m4_esyscmd_s ( git describe ) ] )
24
27
25
28
m4_define ( [ msc_version_info] ,
26
- [ msc_version_major:msc_version_minor: msc_version_patchlevel] )
29
+ [ msc_version_c_plus_a: msc_version_patchlevel:msc_version_minor ] )
27
30
28
31
29
32
# Project Information
You can’t perform that action at this time.
0 commit comments