Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/76766fbedfa724a68538706ac6473017f9f49d8e You should set ROOT_URL correctly, otherwise the web may not work correctly.

changed release version to 1.6.a1

preferencesAboutTextFull
Clément Fauconnier 5 years ago
parent a66b07f410
commit 76766fbedf
  1. 2
      OpenBoard.pro

@ -13,7 +13,7 @@ VERSION_MAJ = 1
VERSION_MIN = 6
VERSION_PATCH = 0
VERSION_TYPE = a # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_BUILD = 0
VERSION_BUILD = 1
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"

Loading…
Cancel
Save