Bump version to 0.3.0.
Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
This commit is contained in:
parent
61ce86f9fa
commit
c91f618bf3
2 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,9 @@
|
|||
set(PACKAGE_VERSION @BINDING_API_VERSION@)
|
||||
if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL @BINDING_API_MAJOR_VERSION@)
|
||||
set(PACKAGE_VERSION_COMPATIBLE 1)
|
||||
if("${PACKAGE_FIND_VERSION_MINOR}" EQUAL @BINDING_API_MINOR_VERSION@)
|
||||
set(PACKAGE_VERSION_EXACT 1)
|
||||
set(PACKAGE_VERSION_COMPATIBLE 1)
|
||||
if("${PACKAGE_FIND_VERSION_PATCH}" EQUAL @BINDING_API_MICRO_VERSION@)
|
||||
set(PACKAGE_VERSION_EXACT 1)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue