File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 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+
17v3.0.1 - 2018-Apr-02
28--------------------
39
Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ m4_define([msc_version_major], [MSC_MAJOR])
1616m4_define ( [ msc_version_minor] , [ MSC_MINOR] )
1717m4_define ( [ msc_version_patchlevel] , [ MSC_PATCHLEVEL] )
1818
19+ m4_define ( [ msc_version_c_plus_a] , [ m4_eval ( msc_version_major + msc_version_minor ) ] )
20+
21+
1922m4_define ( [ msc_version] ,
2023 [ msc_version_major.msc_version_minor] )
2124
2225m4_define ( [ msc_version_git] ,
2326 [ m4_esyscmd_s ( git describe ) ] )
2427
2528m4_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 ] )
2730
2831
2932# Project Information
You can’t perform that action at this time.
0 commit comments