diff --git a/configure.ac b/configure.ac index 830c6f5..a5595f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(STK, 4.4.4, gary@music.mcgill.ca, stk) +AC_INIT(STK, 4.5.0, gary@music.mcgill.ca, stk) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/Stk.cpp) AC_CONFIG_FILES(Makefile src/Makefile projects/demo/Makefile projects/effects/Makefile projects/ragamatic/Makefile projects/examples/Makefile projects/examples/libMakefile projects/eguitar/Makefile) diff --git a/doc/ReleaseNotes.txt b/doc/ReleaseNotes.txt index b48ef4e..afe035d 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -4,7 +4,10 @@ By Perry R. Cook and Gary P. Scavone, 1995--2014. v4.5.0: (?? April 2014) - updated versions of RtAudio and RtMidi, with associated renaming of RtError class to either RtAudioError or RtMidiError - +- new iOS project files (thanks to Ariel Elkin) +- various bug fixes and updates to minimize compiler warnings +- ADSR fix for decay/release time calculations +- various updates to build system v4.4.4: (24 August 2012) - new FreeVerb class (thanks to Greg Burlet) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 397991d..b0ca246 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = STK # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.4.4 +PROJECT_NUMBER = 4.5.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/doxygen/download.txt b/doc/doxygen/download.txt index def0613..85f6d3b 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -1,14 +1,24 @@ /*! \page download Download, Release Notes, and Bug Fixes -\section down Download Version 4.4.4 (24 August 2012): +\section down Download Version 4.5.0 (?? April 2014): \section notes Release Notes: +\subsection v4dot5dot0 Version 4.5.0 + + + \subsection v4dot4dot4 Version 4.4.4