We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06bbb2a + 72579ed commit d69ef80Copy full SHA for d69ef80
2 files changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
3
-project(MControlCenter VERSION 0.2.0 LANGUAGES CXX)
+project(MControlCenter VERSION 0.3.0 LANGUAGES CXX)
4
5
set(CMAKE_INCLUDE_CURRENT_DIR ON)
6
src/mainwindow.ui
@@ -729,7 +729,7 @@
729
<item row="0" column="1">
730
<widget class="QLabel" name="versionValueLabel">
731
<property name="text">
732
- <string notr="true">0.2.0</string>
+ <string notr="true">0.3.0</string>
733
</property>
734
</widget>
735
</item>
0 commit comments