From 81e2093bdf238d68bb9d4555cb6882b020d8abc6 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 15 Jul 2023 14:14:35 +0200 Subject: [PATCH] Bump version Signed-off-by: falkTX --- Makefile | 2 +- plugins/Common/IldaeilPlugin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c4c2ed..d2370ce 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ include dpf/Makefile.base.mk # also set in: # plugins/Common/IldaeilPlugin.cpp `getVersion` -VERSION = 1.2 +VERSION = 1.3 # --------------------------------------------------------------------------------------------------------------------- # Build targets diff --git a/plugins/Common/IldaeilPlugin.cpp b/plugins/Common/IldaeilPlugin.cpp index 8796f21..50d7927 100644 --- a/plugins/Common/IldaeilPlugin.cpp +++ b/plugins/Common/IldaeilPlugin.cpp @@ -529,7 +529,7 @@ class IldaeilPlugin : public IldaeilBasePlugin uint32_t getVersion() const override { - return d_version(1, 2, 0); + return d_version(1, 3, 0); } int64_t getUniqueId() const override