Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
3.1.1
-
None
-
Released tarball; source code
Description
Please double check this piece of code I went by, that it is intentional and not a copy-paste error:
mariadb-connector-odbc-3.1.1-ga-src/CMakeLists.txt
384 # Packaging
|
385 SET(CPACK_PACKAGE_VERSION_MAJOR "${MARIADB_ODBC_VERSION_MAJOR}")
|
386 SET(CPACK_PACKAGE_VERSION_MINOR "${MARIADB_ODBC_VERSION_MINOR}")
|
387 SET(CPACK_PACKAGE_VERSION_MINOR "${MARIADB_ODBC_VERSION_PATCH}")
|
Shouldn't be the line 387 say "..._VERSION_PATCH" instead of "...MINOR" ?