diff --git a/CHANGELOG b/CHANGELOG index 51b54b2..5cccc49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * RECENT CHANGES ******************************************************************************* +=== 1.0.15 === + + === 1.0.14 === * Updated build scripts and dependencies. diff --git a/project.mk b/project.mk index 556ebe5..4de6b84 100644 --- a/project.mk +++ b/project.mk @@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug ARTIFACT_DESC = LSP Oscilloscope Plugin Series ARTIFACT_HEADERS = lsp-plug.in ARTIFACT_EXPORT_HEADERS = 0 -ARTIFACT_VERSION = 1.0.14 +ARTIFACT_VERSION = 1.0.15-devel diff --git a/src/main/meta/oscilloscope.cpp b/src/main/meta/oscilloscope.cpp index 40b2583..d1ddb5d 100644 --- a/src/main/meta/oscilloscope.cpp +++ b/src/main/meta/oscilloscope.cpp @@ -25,7 +25,7 @@ #define LSP_PLUGINS_OSCILLOSCOPE_VERSION_MAJOR 1 #define LSP_PLUGINS_OSCILLOSCOPE_VERSION_MINOR 0 -#define LSP_PLUGINS_OSCILLOSCOPE_VERSION_MICRO 14 +#define LSP_PLUGINS_OSCILLOSCOPE_VERSION_MICRO 15 #define LSP_PLUGINS_OSCILLOSCOPE_VERSION \ LSP_MODULE_VERSION( \