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

changed build version to 1.4-b4

preferencesAboutTextFull
Clément Fauconnier 8 years ago
parent 79c09ab665
commit a28b58992e
  1. 2
      OpenBoard.pro

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

Loading…
Cancel
Save