Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdevelop/commit/74b657e0ca596de87e9eb1a2e11c6b21ff6784bb?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update VERSION in root CMakeLists.txt.

This partially resolves bug report 1595.
pull/1/head
Darrell Anderson 11 years ago
parent 7391a4c0a6
commit 74b657e0ca

@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.6 )
##### general package setup ##################### ##### general package setup #####################
project( tdevelop ) project( tdevelop )
set( VERSION "3.5.4") set( VERSION "R14.0.0")
##### include essential cmake modules ########### ##### include essential cmake modules ###########

Loading…
Cancel
Save