Commit 5a51dbd9 authored by Craig Watson's avatar Craig Watson

Changed version number to 1.3.0-rc.2

parent b0304f0b
......@@ -12,7 +12,7 @@ VERSION_MAJ = 1
VERSION_MIN = 3
VERSION_PATCH = 0
VERSION_TYPE = rc # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_BUILD = 1
VERSION_BUILD = 2
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment