Skip to content

Commit 385e662

Browse files
committed
Bump version + updated Changelog.
1 parent 44e4a2c commit 385e662

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

DynamicAudioNormalizerAPI/src/Version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
//Version info
2626
const 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
3131
const char* DYAUNO_BUILD_DATE = __DATE__;

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ Currently project/solution files are provided for Microsoft Visual Studio 2013.
268268
Changelog <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

0 commit comments

Comments
 (0)