Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/3f2129684bd205ea10640df5a80f10ca99ffbc62?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

update version

preferencesAboutTextFull
-f 11 years ago
parent dd185e9bed
commit 3f2129684b
  1. 4
      OpenBoard.pro

@ -9,9 +9,9 @@ CONFIG += debug_and_release \
VERSION_MAJ = 1
VERSION_MIN = 00
VERSION_MIN = 01
VERSION_TYPE = r # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_PATCH = 02
VERSION_PATCH = 00
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}"
VERSION = $$replace(VERSION, "\\.r", "")

Loading…
Cancel
Save