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

upgraded version

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent abde69b100
commit 1a3c8da4a7
  1. 2
      OpenBoard.pro

@ -11,7 +11,7 @@ CONFIG += debug_and_release \
VERSION_MAJ = 0
VERSION_MIN = 08
VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error
VERSION_PATCH = 01
VERSION_PATCH = 02
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}"
VERSION = $$replace(VERSION, "\\.r", "")

Loading…
Cancel
Save