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.
1 parent 30b1eea commit d5741eeCopy full SHA for d5741ee
variables.cmake
@@ -19,7 +19,7 @@ endif()
19
20
if(qmlui)
21
add_definitions(-DQMLUI)
22
- set(APPVERSION "5.0.0")
+ set(APPVERSION "5.0.1 GIT")
23
else()
24
set(APPVERSION "4.14.4 GIT")
25
endif()
variables.pri
@@ -5,7 +5,7 @@
5
APPNAME = Q Light Controller Plus
6
FXEDNAME = Fixture Definition Editor
7
!qmlui: APPVERSION = 4.14.4 GIT
8
-qmlui: APPVERSION = 5.0.0
+qmlui: APPVERSION = 5.0.1 GIT
9
10
# Disable these if you don't want to see GIT short hash in the About Box
11
#unix:REVISION = $$system(git log --pretty=format:'%h' -n 1)
0 commit comments