Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/2540bdfc47a16b3813b58769d89a54e8983ed1fd?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

changed release name to 1.4.0

preferencesAboutTextFull
Clément Fauconnier 7 years ago
parent 3860e97b49
commit 2540bdfc47
  1. 4
      OpenBoard.pro

@ -11,8 +11,8 @@ CONFIG += debug_and_release \
VERSION_MAJ = 1
VERSION_MIN = 4
VERSION_PATCH = 0
VERSION_TYPE = rc # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_BUILD = 4
VERSION_TYPE = r # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_BUILD = 0
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"

Loading…
Cancel
Save