This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Ildaeil
mirror of
https://github.com/DISTRHO/Ildaeil.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.2
falkTX
2 years ago
parent
4eae8030d9
commit
3bf1d4279c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+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.
1
VERSION = 1.
2
# ---------------------------------------------------------------------------------------------------------------------
# Build targets
+ 1
- 1
plugins/Common/IldaeilPlugin.cpp
View File
@@ -292,7 +292,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(1,
1
, 0);
return d_version(1,
2
, 0);
}
int64_t getUniqueId() const override
Write
Preview
Loading…
Cancel
Save