[SalesForce] How to check Platform Version in salesforce

I want to check platform version of my org. How can i check that.
Actually I'm getting error while deploying change set from sandbox to production like version compatibility check.

I need your support please. reply

Best Answer

Sounds like your sandbox is on Summer '15 (Api v34) while your production instance is on Spring '15 (Api v33).

In your sandbox, go through all the components and (where possible) set their API version back to 33. This should allow the components to be accepted by the production instance.

Worst case scenario, wait until next week as your production instance will be upgraded to Summer '15 this weekend.