Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Resolve "Opal version in master branch"

Merged ext-calvo_p requested to merge 615-opal-version-in-master-branch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
cmake_minimum_required (VERSION 3.1)
cmake_minimum_required (VERSION 3.1)
project (OPAL VERSION 2.3.0)
project (OPAL VERSION 2.5.0)
set (PROJECT_BUGREPORT opal@lists.psi.ch)
set (PROJECT_BUGREPORT opal@lists.psi.ch)
string (REGEX REPLACE "\\.([0-9])\\." ".0\\1." PACKAGE_VERSION ${PROJECT_VERSION})
string (REGEX REPLACE "\\.([0-9])\\." ".0\\1." PACKAGE_VERSION ${PROJECT_VERSION})
Loading