How to find your Concrete CMS version

This tutorial is over a year old and may not apply to your version of Concrete CMS.
Mar 22, 2016

What version of Concrete CMS am I using?

If you're troubleshooting, preparing to upgrade, or just need to know if an add-on or theme is compatible with your site, you'll likely want to figure out what version of concrete you're currently running. This tutorial explains how to locate your concrete version number quickly and easily. Here are a few different ways of figuring out what your site is running.

Dashboard

You can easily find this your version information by going to Dashboard > System & Settings > Environment

Browser

Go to the web site that has concrete installed. Use your web browser’s "view source" function and search the page for the generator meta tag, which provides the version number. Example:

Files

The concrete version number is also located in the file /concrete/config/version.php, and can be viewed in a text editor. If this file is on a remote server, FTP programs often allow you to view the contents of remote text files.

for older version info you can check here http://legacy-documentation.concrete5.org/tutorials/what-version-of-concrete5-am-i-using

Recent Tutorials
Upgrading Concrete from 8.5 to 9.x
Jun 21, 2024
By myq.

How to avoid problems upgrading from 8.5 to 9.x

How to change the default date format
May 30, 2024
By myq.

Change the format of the default date

WebOps Tutorial on Running and Upgrading a Concrete CMS Website
May 2, 2024
By myq.

Describes how to deploy, manage, and upgrade a Concrete CMS website

Using the Concrete Migration Tool Addon
Apr 27, 2024

How to use the Concrete CMS Migration Tool

Create custom Site Health tasks
Apr 19, 2024
By myq.

This tutorial will guide you through the creation of a new Site Health task

Reusing the same Express entity in multiple associations
Apr 11, 2024
By myq.

How to create and manage multiple associations in Express

Improvements?

Let us know by posting here.