1. /* version.h by K.Tsuru */
  2. /********************
  3. Version of SN library
  4. *********************/
  5. #ifndef VERSION_H
  6. #define VERSION_H
  7. //32 bits version begins at 2.00.
  8. //version 2.30 : memory 64 bits, index unsignd int 32bits.
  9. const char* const SN_Lib_Version = "SN Library Version 2.31 by K.Tsuru / GNU Library General Public License Version 2";
  10. #endif //VERSION_H

version.h : last modifiled at 2017/09/18 09:30:28(376 bytes)
created at 2016/04/11 11:18:59
The creation time of this html file is 2017/10/11 16:07:52 (Wed Oct 11 16:07:52 2017).