algebraic-solving / msolve

Library for Polynomial System Solving through Algebraic Methods
https://msolve.lip6.fr
GNU General Public License v2.0
84 stars 21 forks source link

msolve -V (and -h) to (also) print version #147

Closed dimpase closed 2 weeks ago

dimpase commented 2 weeks ago

With this,

   msolve -V

will print msolve's version, and

   msolve -h

will also print version, like

  msolve library for polynomial system solving, version 0.6.6

That's to be able to tell versions using msolve alone (without pkg-config, which is sometimes just absent, or misconfigured)

dimpase commented 2 weeks ago

@mezzarobba - to facilitate version reporting

ederc commented 2 weeks ago

Thanks.