From 0005a779fde43e4469e5544cbcab8dd90ca63bc7 Mon Sep 17 00:00:00 2001 From: Christoph Hart Date: Wed, 25 Oct 2017 17:35:36 +0200 Subject: [PATCH] - bumped version number --- changeModuleVersion.bat | 16 ++++++++++++++++ hi_backend/hi_backend.h | 2 +- hi_components/hi_components.h | 2 +- hi_core/hi_core.h | 2 +- hi_dsp/hi_dsp.h | 2 +- hi_dsp_library/hi_dsp_library.h | 2 +- hi_frontend/hi_frontend.h | 2 +- hi_modules/hi_modules.h | 2 +- hi_sampler/hi_sampler.h | 2 +- hi_scripting/hi_scripting.h | 2 +- hi_streaming/hi_streaming.h | 4 ++-- 11 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 changeModuleVersion.bat diff --git a/changeModuleVersion.bat b/changeModuleVersion.bat new file mode 100644 index 0000000000..b5809fdc3a --- /dev/null +++ b/changeModuleVersion.bat @@ -0,0 +1,16 @@ +@echo off + +set /p old=Enter old version (using point notation): +set /p new=Enter new version (usint point notation): + +fart hi_backend\hi_backend.h %old% %new% +fart hi_components\hi_components.h %old% %new% +fart hi_core\hi_core.h %old% %new% +fart hi_dsp\hi_dsp.h %old% %new% +fart hi_dsp_library\hi_dsp_library.h %old% %new% +fart hi_frontend\hi_frontend.h %old% %new% +fart hi_lac\hi_lac.h %old% %new% +fart hi_modules\hi_modules.h %old% %new% +fart hi_sampler\hi_sampler.h %old% %new% +fart hi_scripting\hi_scripting.h %old% %new% +fart hi_streaming\hi_streaming.h %old% %new% \ No newline at end of file diff --git a/hi_backend/hi_backend.h b/hi_backend/hi_backend.h index e1035e7dc6..82e296e58c 100644 --- a/hi_backend/hi_backend.h +++ b/hi_backend/hi_backend.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_backend vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Backend Module description: The backend application classes for HISE website: http://hise.audio diff --git a/hi_components/hi_components.h b/hi_components/hi_components.h index c1654a6dc3..5ad196ab49 100644 --- a/hi_components/hi_components.h +++ b/hi_components/hi_components.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_components vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Components Module description: The UI componets for HISE website: http://hise.audio diff --git a/hi_core/hi_core.h b/hi_core/hi_core.h index fd4f2136b4..faa329a1f5 100644 --- a/hi_core/hi_core.h +++ b/hi_core/hi_core.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_core vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Core module description: The core classes for HISE website: http://hise.audio diff --git a/hi_dsp/hi_dsp.h b/hi_dsp/hi_dsp.h index f09542699e..fc90bb0556 100644 --- a/hi_dsp/hi_dsp.h +++ b/hi_dsp/hi_dsp.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_dsp vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE DSP Module description: The DSP base classes for HISE website: http://hise.audio diff --git a/hi_dsp_library/hi_dsp_library.h b/hi_dsp_library/hi_dsp_library.h index ca80a4b7f3..95a32f8752 100644 --- a/hi_dsp_library/hi_dsp_library.h +++ b/hi_dsp_library/hi_dsp_library.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_dsp_library vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE DSP Library module description: The module for building DSP modules website: http://hise.audio diff --git a/hi_frontend/hi_frontend.h b/hi_frontend/hi_frontend.h index 519a17ffab..cbf1d7abed 100644 --- a/hi_frontend/hi_frontend.h +++ b/hi_frontend/hi_frontend.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_frontend vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Frontend Module description: use this module for compiled plugins website: http://hise.audio diff --git a/hi_modules/hi_modules.h b/hi_modules/hi_modules.h index 66c0056944..3a9da4d3d8 100644 --- a/hi_modules/hi_modules.h +++ b/hi_modules/hi_modules.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_modules vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Processor Modules description: All processors for HISE website: http://hise.audio diff --git a/hi_sampler/hi_sampler.h b/hi_sampler/hi_sampler.h index 77f9f353f6..45bba318d8 100644 --- a/hi_sampler/hi_sampler.h +++ b/hi_sampler/hi_sampler.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_sampler vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Sampler Module description: The sampler module for HISE website: http://hise.audio diff --git a/hi_scripting/hi_scripting.h b/hi_scripting/hi_scripting.h index 462916bb9c..eeb9399ef3 100644 --- a/hi_scripting/hi_scripting.h +++ b/hi_scripting/hi_scripting.h @@ -36,7 +36,7 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_scripting vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Scripting Module description: The scripting engine module for HISE website: http://hise.audio diff --git a/hi_streaming/hi_streaming.h b/hi_streaming/hi_streaming.h index 7165ada701..f38fa81baf 100644 --- a/hi_streaming/hi_streaming.h +++ b/hi_streaming/hi_streaming.h @@ -36,13 +36,13 @@ BEGIN_JUCE_MODULE_DECLARATION ID: hi_streaming vendor: Hart Instruments - version: 1.1.1 + version: 1.1.2 name: HISE Streaming module description: The streaming sampler classes for HISE website: http://hise.audio license: GPL / Commercial - dependencies: juce_audio_basics, juce_audio_devices, juce_audio_formats, juce_audio_processors, juce_core, juce_cryptography, juce_data_structures, juce_events, juce_graphics, juce_gui_basics, juce_gui_extra, juce_opengl, hi_lac + dependencies: juce_audio_basics, juce_audio_devices, juce_audio_formats, juce_audio_processors, juce_core, juce_data_structures, juce_events, hi_lac OSXFrameworks: Accelerate iOSFrameworks: Accelerate