Skip to content

Commit d5741ee

Browse files
committed
Back to 5.0.1 debug
1 parent 30b1eea commit d5741ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

variables.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif()
1919

2020
if(qmlui)
2121
add_definitions(-DQMLUI)
22-
set(APPVERSION "5.0.0")
22+
set(APPVERSION "5.0.1 GIT")
2323
else()
2424
set(APPVERSION "4.14.4 GIT")
2525
endif()

variables.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
APPNAME = Q Light Controller Plus
66
FXEDNAME = Fixture Definition Editor
77
!qmlui: APPVERSION = 4.14.4 GIT
8-
qmlui: APPVERSION = 5.0.0
8+
qmlui: APPVERSION = 5.0.1 GIT
99

1010
# Disable these if you don't want to see GIT short hash in the About Box
1111
#unix:REVISION = $$system(git log --pretty=format:'%h' -n 1)

0 commit comments

Comments
 (0)