[NCSF] Should've updated the version number before.
[NCSF] Should've updated the version number before.

file:a/README.txt -> file:b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -42,6 +42,9 @@
                     - Corrected clamping issue which caused some clipping-like
                       effects.
 v1.8.1 - 2014-06-17 - Reverted Sinc interpolation back to the Lanczos window.
+  v1.9 - 2014-09-28 - Removed the Cosine, B-Spline, and Osculating
+                      interpolations, added 4-point and 6-point Legrange
+                      interpolations in their place.
 
 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
@@ -1,7 +1,7 @@
 /*
  * xSF - NCSF configuration
  * By Naram Qashat (CyberBotX) [cyberbotx@cyberbotx.com]
- * Last modification on 2014-09-24
+ * Last modification on 2014-09-28
  *
  * Partially based on the vio*sf framework
  */
@@ -41,7 +41,7 @@
 
 unsigned XSFConfig::initSampleRate = 44100;
 std::string XSFConfig::commonName = "NCSF Decoder";
-std::string XSFConfig::versionNumber = "1.8.1";
+std::string XSFConfig::versionNumber = "1.9";
 unsigned XSFConfig_NCSF::initInterpolation = 4;
 std::string XSFConfig_NCSF::initMutes = "0000000000000000";