diff --git a/cmake/AutoRevision.cmake b/cmake/AutoRevision.cmake index abae693070..6decc6994d 100644 --- a/cmake/AutoRevision.cmake +++ b/cmake/AutoRevision.cmake @@ -72,10 +72,11 @@ message(STATUS "Version tag: ${FC21_REV_TAG}") # v3.0-alpha.1 # v3.0-beta.1 # v3.0-rc.1 +# v3.0-patch.1 # v3.0 # v3.0.1 if (NOT "${FC21_REV_TAG}" - MATCHES "^v[0-9]+\.[0-9]+(\.[0-9]+)?(-((((alpha)|(beta)|(rc))\.[0-9]+)|(dev)))?$") + MATCHES "v[0-9]+\.[0-9]+(\.[0-9]+)?(-((dev)|(alpha)|(beta)|(rc)|(patch))\.[0-9]+)?$") message(SEND_ERROR "The version tag '${FC21_REV_TAG}' does not follow the expected format.") endif() diff --git a/cmake/AutoRevision.txt b/cmake/AutoRevision.txt index f1c07874b4..15a7740ef4 100644 --- a/cmake/AutoRevision.txt +++ b/cmake/AutoRevision.txt @@ -1,2 +1,2 @@ -0fe9f -v3.1-rc.1 +f5ed3 +v3.2-dev.0