Skip to content

Commit 91c8ec0

Browse files
OpenRGB version 0.1
1 parent 314283a commit 91c8ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenRGB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
55
TARGET = OpenRGB
66
TEMPLATE = app
77

8-
VERSION = 0.0
8+
VERSION = 0.1
99
win32:BUILDDATE = $$system(date /t)
1010
unix:BUILDDATE = $$system(date -R)
1111
GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD)

0 commit comments

Comments
 (0)