From dc6b5254d0f9b31a4dc36084c27dd68545a3ca54 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Thu, 14 Mar 2024 16:15:28 +0100 Subject: [PATCH] Update version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b867aef..da59afa 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ APPNAME = OpenPGP # Application version APPVERSION_M = 2 APPVERSION_N = 2 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" SPECVERSION:="3.3.1"