Skip to content

Commit

Permalink
- bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Oct 25, 2017
1 parent 0dbb1e1 commit 0005a77
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions changeModuleVersion.bat
Original file line number Diff line number Diff line change
@@ -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%
2 changes: 1 addition & 1 deletion hi_backend/hi_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_components/hi_components.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_core/hi_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_dsp/hi_dsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_dsp_library/hi_dsp_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_frontend/hi_frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_modules/hi_modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_sampler/hi_sampler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hi_scripting/hi_scripting.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hi_streaming/hi_streaming.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0005a77

Please sign in to comment.