Skip to content

Commit e54f865

Browse files
committed
changed version to beta 23
1 parent 73be006 commit e54f865

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ endif()
139139
###################################################################################
140140
add_definitions(
141141
-DMAJOR=0
142-
-DMINOR=22
143-
-DREVISION=7
142+
-DMINOR=23
143+
-DREVISION=0
144144
)
145145

146146
###################################################################################
@@ -683,11 +683,11 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
683683
)
684684

685685
set_target_properties(${PROJECT_NAME} PROPERTIES
686-
QT_ANDROID_VERSION_NAME "0.22.7"
686+
QT_ANDROID_VERSION_NAME "0.23.0"
687687
)
688688

689689
set_target_properties(${PROJECT_NAME} PROPERTIES
690-
QT_ANDROID_VERSION_CODE "17"
690+
QT_ANDROID_VERSION_CODE "18"
691691
)
692692

693693
# link libraries

0 commit comments

Comments
 (0)