# lv_version.h (/api/public/lv_version_h)



The current version of LVGL

<ApiSummary macros="4" />

Macros [#macros]

<ApiMember kind="macro" name="LVGL_VERSION_MAJOR" file="public/lv_version.h" line="9" url="https://github.com/lvgl/lvgl/tree/e1a0ad863f29742359bc680d6a7d973448ec2285/include/lvgl/lv_version.h#L9">
  LVGL_VERSION_MAJOR [#lvgl_version_major]

  ```c title=" " lineNumbers=1
  #define LVGL_VERSION_MAJOR 10
  ```
</ApiMember>

<ApiMember kind="macro" name="LVGL_VERSION_MINOR" file="public/lv_version.h" line="10" url="https://github.com/lvgl/lvgl/tree/e1a0ad863f29742359bc680d6a7d973448ec2285/include/lvgl/lv_version.h#L10">
  LVGL_VERSION_MINOR [#lvgl_version_minor]

  ```c title=" " lineNumbers=1
  #define LVGL_VERSION_MINOR 0
  ```
</ApiMember>

<ApiMember kind="macro" name="LVGL_VERSION_PATCH" file="public/lv_version.h" line="11" url="https://github.com/lvgl/lvgl/tree/e1a0ad863f29742359bc680d6a7d973448ec2285/include/lvgl/lv_version.h#L11">
  LVGL_VERSION_PATCH [#lvgl_version_patch]

  ```c title=" " lineNumbers=1
  #define LVGL_VERSION_PATCH 0
  ```
</ApiMember>

<ApiMember kind="macro" name="LVGL_VERSION_INFO" file="public/lv_version.h" line="12" url="https://github.com/lvgl/lvgl/tree/e1a0ad863f29742359bc680d6a7d973448ec2285/include/lvgl/lv_version.h#L12">
  LVGL_VERSION_INFO [#lvgl_version_info]

  ```c title=" " lineNumbers=1
  #define LVGL_VERSION_INFO "dev"
  ```
</ApiMember>

Dependencies [#dependencies]

<FileIncludes includedBy="[&#x22;lvgl.h&#x22;]" />
