From c44d87e24d1a30c3612f391cbfbea7f8023fde12 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 10 Jul 2023 11:19:52 -0500 Subject: [PATCH] Increment version number post-release --- OpenRGB.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRGB.pro b/OpenRGB.pro index 556be3bc..daf50a78 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -36,7 +36,7 @@ greaterThan(QT_MAJOR_VERSION, 4) { #-----------------------------------------------------------------------------------------------# MAJOR = 0 MINOR = 9 -REVISION = +REVISION = 1 VERSION = $$MAJOR"."$$MINOR$$REVISION TARGET = OpenRGB TEMPLATE = app