Ability to distinguish between OpenERP / Odoo server version
I am developing a mobile app that needs to work with 7 or 8 protocol versions via raw json rpc requests. And after hours of searching, I'm still wondering how to determine which version of OpenERP / Odoo the server is using? Any ideas or maybe there are some specific requests to know server build information.
Thanks in advance.
Update
Thanks to @Mischievous answer. This gave me a point. So my solution is a query likeyour.server.url/web/webclient/version_info
+3
source to share