File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
DynamicAudioNormalizerAPI/src Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2424
2525// Version info
2626const unsigned int DYAUNO_VERSION_MAJOR = 1 ;
27- const unsigned int DYAUNO_VERSION_MINOR = 2 ;
28- const unsigned int DYAUNO_VERSION_PATCH = 1 ;
27+ const unsigned int DYAUNO_VERSION_MINOR = 3 ;
28+ const unsigned int DYAUNO_VERSION_PATCH = 0 ;
2929
3030// Build date/time
3131const char * DYAUNO_BUILD_DATE = __DATE__;
Original file line number Diff line number Diff line change @@ -268,6 +268,12 @@ Currently project/solution files are provided for Microsoft Visual Studio 2013.
268268Changelog <a name =" chap_log " ></a >
269269-------------------------------------------------------------------------------
270270
271+ ### Version 1.03 (2014-07-09) ###
272+ * Added * static* library configuration to Visual Studio solution
273+ * Various compatibility fixes for Linux/GCC
274+ * Added Makefiles for Linux/GCC, tested under Ubuntu 14.04 LTS
275+ * There are ** no** functional changes in this release
276+
271277### Version 1.02 (2014-07-06) ###
272278* First public release of the Dynamic Audio Normalizer.
273279
You can’t perform that action at this time.
0 commit comments