From 027b0562de7393bbcd25663a822194bf8e42469f Mon Sep 17 00:00:00 2001 From: Srivats P Date: Wed, 31 Aug 2022 18:19:42 +0530 Subject: [PATCH] Bump version to 1.3.0-alpha This bump is to avoid compatiblity issues between development on master and the actual 1.2.x code. --- version.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.pri b/version.pri index 2ba9198..bbe3f2a 100644 --- a/version.pri +++ b/version.pri @@ -1,4 +1,4 @@ -APP_VERSION = 1.2.0 +APP_VERSION = 1.3.0-alpha APP_REVISION = $(shell git rev-parse --short=12 --verify HEAD) #uncomment the below line in a source package and fill-in the correct revision #APP_REVISION = @