Some serious restructuring to be able to swap between implementations

This commit is contained in:
Gunnar Skjold
2022-09-03 13:12:29 +02:00
parent 8b0d4185d3
commit 488c969858
77 changed files with 43 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ import os
import subprocess
from time import time
FILENAME_VERSION_H = 'src/version.h'
FILENAME_VERSION_H = 'lib/AmsConfiguration/include/version.h'
version = os.environ.get('GITHUB_TAG')
if version == None:
try: