Check version number

How can I find out which PLAYSMS version am I running. I want to update it to the latest version but I can’t figure out which one I have. I installed it around 2014…

you can check in playsms-DB, table playsms_tblRegistry:

mysql> select * from playsms_tblRegistry where registry_key=‘playsms_version’;

±------------±—±----±---------------±----------------±----------------±---------------+
| c_timestamp | id | uid | registry_group | registry_family | registry_key | registry_value |
±------------±—±----±---------------±----------------±----------------±---------------+
| 0 | 1 | 1 | core | config | playsms_version | 1.3.1 |
±------------±—±----±---------------±----------------±----------------±---------------+
1 row in set (0.00 sec)