dparrish / libcli

Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
https://dparrish.com/link/libcli
GNU Lesser General Public License v2.1
289 stars 143 forks source link

Return #defs for LIBCLI_VERISON_MINOR and REVISION pointing to correc… #85

Closed RobSanders closed 1 year ago

RobSanders commented 1 year ago

Previous merge branch fixed misspellings of LIBCLI_VERISON_MINOR and LIBCLI_VERISON_REVISION. Just in case there is anyone expecting those older names to be there, this patch re-introduces the wrong names, but set the values from the correct names (LIBCLI_VERSION_MINOR and LIBCLI_VERSION_REVISION)