Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 15, 2023
1 parent 9a74434 commit 81e2093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/Common/IldaeilPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81e2093

Please sign in to comment.