Constants

Details

Manette.MAJOR_VERSION = 0

libmanette major version component (e.g. 1 if the version is 1.2.3).

New in version 0.2.10.

Manette.MICRO_VERSION = 12

libmanette micro version component (e.g. 3 if the version is 1.2.3).

New in version 0.2.10.

Manette.MINOR_VERSION = 2

libmanette minor version component (e.g. 2 if the version is 1.2.3).

New in version 0.2.10.

Manette.VERSION_S = '0.2.12'

libmanette version, encoded as a string, useful for printing and concatenation.

New in version 0.2.10.