[NCSF] Bump version number for the previous volume fixes.
--- a/README.txt
+++ b/README.txt
@@ -59,6 +59,8 @@
v1.10.1 - 2014-10-15 - Moved track allocation into the SSEQ command handler on a
suggestion from fincs when I had found a sequence that
allocated tracks later than expected originally.
+v1.10.2 - 2014-10-18 - Correctly handle SSEQ volume as well as fix other volume
+ issues.
This is a Winamp plugin to play NCSF files. NCSF is a PSF-style music format that
uses SDAT files from Nintendo DS ROMs as it's "program".
--- a/src/in_ncsf/XSFConfig_NCSF.cpp
+++ b/src/in_ncsf/XSFConfig_NCSF.cpp
@@ -21,7 +21,7 @@
unsigned XSFConfig::initSampleRate = 44100;
std::string XSFConfig::commonName = "NCSF Decoder";
-std::string XSFConfig::versionNumber = "1.10.1";
+std::string XSFConfig::versionNumber = "1.10.2";
unsigned XSFConfig_NCSF::initInterpolation = 4;
std::string XSFConfig_NCSF::initMutes = "0000000000000000";