Skip to content

Commit

Permalink
v1.1.0: updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Oct 6, 2018
1 parent 54e4bc0 commit 76fdcfe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ option(JAMBA_ENABLE_VST2 "Use VST2" ON)
option(JAMBA_ENABLE_AUDIO_UNIT "Enable Audio Unit" ON)

set(PLUGIN_MAJOR_VERSION 1)
set(PLUGIN_MINOR_VERSION 0)
set(PLUGIN_MINOR_VERSION 1)
set(PLUGIN_PATCH_VERSION 0)
set(PLUGIN_VERSION "${PLUGIN_MAJOR_VERSION}.${PLUGIN_MINOR_VERSION}.${PLUGIN_PATCH_VERSION}")

project(VST_VAC6)

# To disable download/update, you can set those 2 variables to local folders
set(JAMBA_ROOT_DIR ../../pongasoft/jamba)
#set(JAMBA_ROOT_DIR ../../pongasoft/jamba)
#set(GOOGLETEST_ROOT_DIR ../../google/googletest)

include(jamba.cmake)
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ VST2/3 VAC-6V - Volume Analyzer & Controller

This project started as a VST implementation of the VAC-6 rack extension. It is now the official latest version of this plugin under the new name VAC-6V (V stands for VST). You can check the [VAC-6V](https://pongasoft.com/vst/VAC-6V.html) documentation directly.

Status for `master` (unreleased)
--------------------------------
* Extracted and use of [jamba](https://github.com/pongasoft/jamba) framework
Release Notes
-------------

2018-07-15 - Status for tag `v1.0.0`
------------------------------------
### 2018-10-06 - `v1.1.0`
* added Audio Unit support (macOS)
* use of [Jamba](https://github.com/pongasoft/jamba) framework

### 2018-07-15 - `v1.0.0`
* first public release / free / open source

Configuration and requirements
Expand Down
2 changes: 1 addition & 1 deletion jamba.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(JAMBA_ROOT_DIR)
endif()

set(JAMBA_GIT_REPO "https://github.com/pongasoft/jamba" CACHE STRING "Jamba git repository url" FORCE)
set(JAMBA_GIT_TAG v2.0.2 CACHE STRING "Jamba git tag" FORCE)
set(JAMBA_GIT_TAG v2.1.0 CACHE STRING "Jamba git tag" FORCE)

FetchContent_Declare(jamba
GIT_REPOSITORY ${JAMBA_GIT_REPO}
Expand Down

0 comments on commit 76fdcfe

Please sign in to comment.