commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.6k stars 527 forks source link

build: simplify the version computation #514

Closed compnerd closed 6 months ago

compnerd commented 6 months ago

We were recomputing the project version unnecessarily. Simply use the existing variable for the value to avoid the string interpolation.