Go to the source code of this file.
Defines | |
| #define | LSM_MAJOR 1 |
| #define | LSM_MINOR 2 |
| #define | LSM_MICRO 3 |
| #define | LSM_VERSION ((LSM_MAJOR * 10000) + (LSM_MINOR * 100) + LSM_MICRO) |
| #define LSM_MAJOR 1 |
Definition at line 22 of file libstoragemgmt_version.h.
| #define LSM_MICRO 3 |
Definition at line 24 of file libstoragemgmt_version.h.
| #define LSM_MINOR 2 |
Definition at line 23 of file libstoragemgmt_version.h.
| #define LSM_VERSION ((LSM_MAJOR * 10000) + (LSM_MINOR * 100) + LSM_MICRO) |
Definition at line 26 of file libstoragemgmt_version.h.
1.6.1