diff --git a/CMakeLists.txt b/CMakeLists.txt index 082fdd3a..2fbe6e67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ endif() # The authoritative version of Scintillator is always in the Scintillator.quark file in the root directory of the # project. This version is manually kept in sync and should be updated to match. Both C++ and sclang Scintillator code # is developed in parallel, and is designed to be released together. -project(Scintillator VERSION 0.0.1 LANGUAGES C CXX) +project(Scintillator VERSION 0.0.4 LANGUAGES C CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED) diff --git a/HelpSource/Reference/Scintillator-Release-Notes.schelp b/HelpSource/Reference/Scintillator-Release-Notes.schelp index e23f66a2..d1d4d119 100644 --- a/HelpSource/Reference/Scintillator-Release-Notes.schelp +++ b/HelpSource/Reference/Scintillator-Release-Notes.schelp @@ -5,9 +5,13 @@ related:: Guides/Scintillator-User-Guide section:: Release Notes +subsection:: 0.0.4 22 April 2020 + +Adds the Linux scinsynth binary, distributed as an AppImage file. + subsection:: 0.0.2, 0.0.3 18 April 2020 -Second attempt at a pre-alpha release of Scintillator. Fixes a bug in the Quark metadata formatting. +Second (and third) attempt at a pre-alpha release of Scintillator. Fixes a bug in the Quark metadata formatting. subsection:: 0.0.1 18 April 2020 diff --git a/Scintillator.quark b/Scintillator.quark index 95a37949..053915b7 100644 --- a/Scintillator.quark +++ b/Scintillator.quark @@ -2,7 +2,7 @@ name: "Scintillator", summary: "A Vulkan-based video synthesizer for SuperCollider", author: "Luke Nihlen", - version: "0.0.3", + version: "0.0.4", schelp: "Guides/Scintillator-User-Guide", license: "GPL", copyright: "Luke Nihlen 2020",