We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df4876 + 9847582 commit 5deea50Copy full SHA for 5deea50
CMakeLists.txt
@@ -31,4 +31,4 @@ add_library(${PROJECT_NAME} SHARED ${SOURCE_CPP})
31
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core)
32
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
33
34
-setVersion(1 2 0)
+setVersion(1 3 0)
QuasarApp.pro
@@ -59,5 +59,5 @@ RESOURCES += \
59
60
include(Etalons/qmake/ccache.pri)
61
62
-VERSION = 1.2.1
+VERSION = 1.3.0
63
0 commit comments