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 314283a commit 91c8ec0Copy full SHA for 91c8ec0
OpenRGB.pro
@@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
5
TARGET = OpenRGB
6
TEMPLATE = app
7
8
-VERSION = 0.0
+VERSION = 0.1
9
win32:BUILDDATE = $$system(date /t)
10
unix:BUILDDATE = $$system(date -R)
11
GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD)
0 commit comments