Browse Source

Bump version

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.3^0
falkTX 1 year ago
parent
commit
81e2093bdf
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      plugins/Common/IldaeilPlugin.cpp

+ 1
- 1
Makefile View File

@@ -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


+ 1
- 1
plugins/Common/IldaeilPlugin.cpp View File

@@ -529,7 +529,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(1, 2, 0);
return d_version(1, 3, 0);
}
int64_t getUniqueId() const override


Loading…
Cancel
Save