From 91c8ec0cb01d8177f77df51976e4a909c5fd737d Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 28 Mar 2020 15:06:37 -0500 Subject: [PATCH] OpenRGB version 0.1 --- OpenRGB.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index e7217538..0c82c41f 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -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)