Skip to content

Commit 5deea50

Browse files
authored
Merge pull request #19 from QuasarApp/1.3
Update CMakeLists.txt
2 parents 2df4876 + 9847582 commit 5deea50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ add_library(${PROJECT_NAME} SHARED ${SOURCE_CPP})
3131
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core)
3232
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
3333

34-
setVersion(1 2 0)
34+
setVersion(1 3 0)

QuasarApp.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ RESOURCES += \
5959

6060
include(Etalons/qmake/ccache.pri)
6161

62-
VERSION = 1.2.1
62+
VERSION = 1.3.0
6363

0 commit comments

Comments
 (0)