mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-06-07 13:34:46 -04:00
OpenRGB version 0.1
This commit is contained in:
@@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
TARGET = OpenRGB
|
||||
TEMPLATE = app
|
||||
|
||||
VERSION = 0.0
|
||||
VERSION = 0.1
|
||||
win32:BUILDDATE = $$system(date /t)
|
||||
unix:BUILDDATE = $$system(date -R)
|
||||
GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD)
|
||||
|
||||
Reference in New Issue
Block a user